After dragging in the “Batch JSON Downloader” and selecting it, the settings should appear on the right. Shown on the right side of this screen, the options are as follows:
URL Column: The column from the data being fed to this input that contains the URLs of the data to be ingested
Attribute Columns: What columns in the data being fed to this input contain the data to formulate the batch of requests
Method: If the request will be GET or POST, POST will be used when you need to do something to have the data returned first. If you are not sure what to use then use GET
Post data: If you selected the POST method, here is where you would supply the data for that POST statement
Selector: Where the data is located or where the post statement should be given. This can be found by right clicking on the desired data on the webpage and selecting “Inspect Element”. Then in the console that opens hover over items in this console until your data is highlighted and then right click again and chose “Copy Selector”. Then enter that information here.