Hello-
I receive comma delimited text files from a client for upload to a database. I'm not sure how they're generating such files, but when I get them there is nothing at the end of each record which escapes the line. Sample:
"27","5K RUNNER","SNELLER","TROY","622-I BAYBERRY PT DR","GRAND RAPIDS","MI","49544","7/5/1971","29","M","XL"
When I use phpMyAdmin to upload the text file, unless I go through manually, and add commas at the end of each record, my upload bombs.
Is there a way around this, or a way via PHP code to insert a comma at the end of every line???
Any help is appreciated.
George