Jump to content

Parsing huge csv file


SchweppesAle

Recommended Posts

use fopen() and fgetcsv() instead. Loading a huge file of data into memory is highly discouraged

 

agreed, I actually tried fgetcsv however I need to somehow cut the csv into pieces or we run out of memory. 

 

Loading the file through MySQL won't work since I need to manipulate the data before entry.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.