Topic: Problem importing csv file

I'm trying to import my collection from a csv file. But I've run into a problem. Everytime I try to import the file it says:

"Error: The header of the csv file is not correct. Please check that the columns in your file contain at the minimum Count and Name. Unrecognized colums: Name;Count;Rarity;Value;Sum,,."

But I have Name and Count in the file, so I don't understand what to do. Maybe it's just because I'm not very familiar with the csv format and I don't know if I'm doing anything wrong. I made the csv file with Apple Numbers which is the program I've used to keep my collection in. What should I do?

Last edited by Gori (2014-10-31 13:23:30)

Re: Problem importing csv file

By that error message it looks like the field separators in your CSV are actually ";" instead of a comma. Is there an option in Numbers to tell it which field separator to use?

Re: Problem importing csv file

Yes! I found out I could change the decimal separators in the system settings. So now it works. Thanks :-)