We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following line of a CSV file:
first_name, last_name, order_date, amount
Will be parser as:
#('first_name' ' last_name' ' order_date' ' amount')
(with each string except the first one starting with a space).
Spaces after commas in CSV files should be ignored