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

alex_b’s picture

Status: Needs review » Fixed

Good catch, thank you.

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.