I am not able to import using a csv file. During the import, after selecting the file I want to import, when I get to the screen with the grid that displays the data in my file it shows nothing. No columns or anything. It is just a single white box with no headers. If I change the same file to an xls file and import it works fine.
Commas are included in the data of the csv file. This makes there by more columns in the file than the table has. Also each record possible has a different amount of columns because of this.
Create a new file with a different delimiter, using a symbol that is not included in the file's data.