You cannot set the delimiter to comma. This will destroy the CSV Format because the ID is seperated by comma.
9 Components $1I51,$1I52,$1I53....
the components will be created as a comma seperated list. This will corrupt your CSV structure.
Use any different character.
It will be truncated at the comma of the first ID.
Use a text editor and look into the csv file. Exist's the components?