How to validate csv file ?
- by Rachel
How can we validate a CSV file ?
I have an CSV file of structure:
Date;Id;Shown
15-Mar-10;231;345
15-Mar-10;232;346
and so on and on !!! approx around 80,000 rows.
How can I validate this CSV file before starting the parsing using fgetcsv ?