Nice to test the new version
I'm especially psyched about the new importfeature, so i tested it first, but run into some trouble:
Got a test.csv with the following content:
Count, Tradelist Count, Name, Foil, Textless, Promo, Signed, Edition, Condition, Language
1, 0, Telepathy,,,,,Eighth Edition,Near Mint,English
Checking the file gives me the following error:
Error: The header of the csv file is not correct. Please check that the columns in your file match the following: ["Count", "Tradelist Count", "Name", "Foil", "Textless", "Promo", "Signed", "Edition", "Condition", "Language"]
So i tried importing an export i just made from my data, which gave me the same error.
Also i noticed, the file to import is named as c:\fakeroot\test.csv. I'm running a Linux with Chromium (And just checked with firefox, same problem) Anyone else run into this trouble or has any clues how to solve this?
Edit:
Sure, just after i hit sent i try another thing and it works
So, as it seems the header has to be without spaces for the import to work (Which is not the case in the export-file also). Maybee insert a `trim` call after splitting the csv-header?
Last edited by daishy (2012-12-08 19:16:05)