Function fgetcsv won't parse file without blank line at end of file
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-10T19:00:27Z
Indexed on
2010/04/11
9:23 UTC
Read the original article
Hit count: 294
I'm working on a script to run through a CSV file (see previous post).
I ran into a weird thing, where if my actual CSV file itself has a blank line at the end of it, it will open and parse just fine, but if it doesn't, if the end of the file ends at the end of the last line, it just shows up blank.
© Stack Overflow or respective owner