Importing large record in csv file upload
-
I need to import the csv file around 170,000 records with around 85 columns. I need to import the above csv file and upload and mapping with database table columns. I tried to upload with 170,000 records in my dev environment, but it was timed out. So, i have make the subset by splitting the records so up to 35,000 records only i can upload in a single stretch.
So, I need a solution to upload 170,000 records at a single phase. Currently I’m using free version of wp-data access.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Importing large record in csv file upload’ is closed to new replies.