Johannes Tveitan
Johannes Tveitan
I get the same when using :label but it then tells med "Unknown Type label" Also using UTF-8 csv files.
Oh, sorry. Using the downloadable zip from the 2.0 branch. Tried to adding labels to the import. Regards Johannes
Absolutley, here comes the header in the file: ``` csv i:id node_id last_name first_name initials suffix date_insterted date_updated type:label ``` The error looks like follows, just for reference: ``` java...
Hi again, was just checking in to see if there is any news on this front? Regards
It seems you are correct sir. I do indeed have windows eol signs (CRLF). Will try to convert the CSV files to linux file endings. Sorry for the trouble, missed...
I think the problem is when using the custom CSV reader when working with batch_import.csv.quotes=false. Then it has some problems. I have now tried converting all my CSV files to...