Can you show at least the first two lines of your raw csv?
The "import error" is a result of not finding that the csv has "consistent" separators matching those supported by the code. By separator I mean comma, tab, semi-colon, etc... between each field.
Bookmarks