|
Problem:
When the csv file in open in a text editor, all the 6 records are in one line. This result in the CSV Data Tool read it as 1 row record.
* In order to help you understand the problem well, we have attached a sample csv file here, namely sales_db. You may download it, and view the result in a text editor.
Solution:
Break the line into 6 rows, each row with one record.
Attachment : sales
|