CSV Importer > Tutorials |
Import a CSV file into MySQL database. | |
Before importing your data, we highly recommend you to open the CSV file with a text editor, and ensure that the data is appear in a record of per row basis. Login to your One Admin control p... | |
How do I update records of a table using the CSV Import? | |
To update the records of a table in your database, it is required that the table has a primary key column (the column containing unique id that identifies each record in the table). Prepare a... | |
CSV Importer > Troubleshooting |
Warning: gzinflate: buffer error in /home/sitename/web/oneadmin/csvdatatool/wce.importdone.php(60) | |
Problem: This is a common error in PHP Version 4.1, as it has some bugs in buffer handling. Solution: We highly recommend PHP Version 4.2 (minimum requirements for our products), and it is best i... | |
I tried to upload my sales.csv file and viewed it's columns before uploading it. However, I found only one long row with records showing up. There were 6 rows, but it showed only one row with 60 columns. | |
Problem: When the csv file is open in a text editor, all the 6 records are in one line. This caused the CSV Data Tool to read it as 1 row record. * In order to help you&nb... | |
CSV Importer > Installation |
Installing CSV Importer 4.0 | |
You can choose to download only the CSV Importer or the entire One Admin Suite. Before installing, we recommend you to take a look at System Requirements. Your web host must have PHP inst... | |
CSV Importer > Upgrade Instructions |
How to upgrade CSV Data Tool to my desired version? | |
FYI, CSV Importer 4.1 is the upgrade version of CSV Data Tool 3.0 For detailed upgrade info, please refer to the Products Upgrade section, http://www.comdevweb.com/upgrade.php on our... | |