Closed (fixed)
Project:
CSV Parser
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2009 at 23:00 UTC
Updated:
19 Jan 2009 at 12:24 UTC
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
Comment #1
parrottvision commentedHad 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.