I think there is a mistake on line 105 of parser_csv.inc where you read $rows = parser_csv_parse($it, ','); .
Fixed it this way $rows = parser_csv_parse($it, $delimiter); .
I have no idea on how to submit a patch, sorry but I hope this can help.
cheers
Comments
Comment #1
alex_b commentedGood catch, thank you.
Committed.