I wanted to keep track of new versions of Minecraft using n8n. Right now I’m using python code that just compares all the json, but I’d like to move the entire workflow to n8n.
I would like to compare the previous version of json saved on disk with the new version received by the HTTP request, and eventually get a list of the new versions. An example of the response I would like to receive:
I tried to compare it somehow, but I have only “In A only” and “In B only” output, as if there are completely different data. I tried to play around with different fields for comparison, but also didn’t get the results.
To compare items in version with “Compare Datesets”, you need to split them out.
I assume the “Edit Fields” would have the data in the same format as the the one produced by “HTTP Request” node. If it is in the different format - for example, contains only the array of versions - then you would need to adjust the upper branch (remove “Split Out” node from there) or else to make sure you are truly comparing datasets.