The following line of a CSV file: ``` first_name, last_name, order_date, amount ``` Will be parser as: ```Smalltalk #('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