Oh, trust me. I know exactly how you feel.
If you can't find a way to get the bulk upload working, an alternative is to use one of the CSV to SQL conversion programs that are out there. That's what I was considering. It will take more work to do it that way since you have to split the customer data into two SQL files, one that you install into the Customers table and the other into the Address_book table because the info for each customer doesn't all go into one place in the database. You also need to do some sequential numbering for one of the fields. If you have any experience with working with databases in MySQL, you should be able to figure it out by taking a look at the structure and contents of those two tables, seeing what records go where.


Reply With Quote
