Documentation


How to use

Feed Input

  1. Fill out the feed inputs: urls, xml or csv, delimiter (ignore if the feed is an xml feed).
  2. Press the Check Feed button for each feed input.
  3. Note: If an error happened it will display it below the Check feed button.
  4. If the check passed, continue to the next step.
  5. XML Only: make sure the xml iterator tag has been identified correctly by the system. If not, please choose the right one.
  6. Please select the ID column of the feed (this column should have unique values for each item in the feed).
  7. Please continue to the Running the Comparison section

Running the Comparison

  1. Welcome back!
  2. To run the comparison, simply press the Run the comparison button.
  3. Note: The comparison might take some time.
  4. Note: If an error occured during the comparison, it will be displayed in a red text.

Pro tip

The important buttons you need to focus on are distinguished with a blue background.


Url Parameters

Note: all url parameters are optional.

Name Description Notes Example
url1 Url for feed 1 Url Encoded ?url1=https%3A%2F%2Fexample.com%2F
url2 Url for feed 2 Url Encoded ?url2=https%3A%2F%2Fexample.com%2F
type1 Type for feed 1 Can be either 'xml' or 'csv' ?type1=xml
type2 Type for feed 2 Can be either 'xml' or 'csv' ?type2=csv
delimiter1 Delimiter for feed 1 Allowed values: 'tab', 'space', 'comma', 'semicolon' ?delimiter1=tab
delimiter2 Delimiter for feed 2 Allowed values: 'tab', 'space', 'comma', 'semicolon' ?delimiter2=comma