CSV: includes header row
The CSV: includes header row option controls how Data Fetcher interprets CSV responses. When enabled, Data Fetcher treats the first row of the CSV file as column headers and uses them to determine the field names written to Airtable.When to enable this option
Enable CSV: includes header row if the CSV file includes column names in the first row. Example CSV:name,email,company) will be used as the field names.
When to disable this option
Disable this option if the CSV file does not include header rows. Otherwise, the first row of data may be interpreted as field names.XML array handling
When Data Fetcher fetches XML responses, it converts the XML into tabular data (fields and records) in two steps:- The xml2js package converts the XML into a JavaScript object.
- Data Fetcher then transforms this object into tabular data using the standard response data transformation.
- Navigate to the request screen in Data Fetcher.
- Open Advanced settings.
- Scroll down and toggle Always put child nodes in array.