<?xml version='1.0' encoding='us-ascii'?> | required | This tag is required at the beginning of your XML file. |
<feed_api_key> | required | This tag value is used to authenticate the feed files. The value will be unique to each account and will be provided by Mapline’s support team. You may Contact Us to request a Feed API Key. The user needs to add the Feed API Key value in the XML feed file. |
<datasets> | required | This tag holds various data sets in a single feed file. |
<dataset> | required | This tag holds the data set information. |
<dataset_name> | required | This tag holds the data set name. |
<dataset_delimiter> | required | This tag holds the separator for data fields or columns which is used in the <dataset_headers> and <dataset_data_row> values. |
<dataset_headers> | required | This tag holds the headers of the data set. Headers should be separated by the delimiter you provided in the <dataset_delimiter> tag. |
<dataset_data_rows> | required | This tag holds the various data set rows for the respective dataset. |
<dataset_data_row> | required | This tag holds each data row from the data set. Each value will be separated by the delimiter you provided in the <dataset_delimiter> tag. The number of values should always match the number of headers provided. For null values, provide a blank value separated by the delimiter. |