I have some CSV feed sources which parse perfectly and others feed sources where the last column returns a 'No value found for $field-name'.
There are alot of headers that have empty fields in the file but for some reason only this last column breaks it.

It is a widely used csv feed by others and seems to be a valid CSV file.

If I add 0's to the empty fields it works but I can't do this if it is an feed supplied automatically by a URL. Any ideas why this only breaks on the last column when the other empty ones are fine?

Comments

parrottvision’s picture

Status: Active » Closed (fixed)

Had someone fix this for me which I think will be included in next update? It was an issue with recognising different line ending formats, mac/pc etc etc.