Hi! I need to import large CSV files (30 000 lines) It takes very long time (and web error 504) is it possible to import using begintransaction() and commit ?? OR using function do_import($data) to write my own import routine, but How to read CSV file line by line ? Thaks for your help Regardd Georges
Your Answer