Importing Customer Details

Posted By ianguest Thu 22 May 2014
Add to Favorites0
Author Message
ianguest
 Posted Thu 22 May 2014
Supreme Being

Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)Supreme Being - (41,832 reputation)

Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68, Visits: 185
I am looking at importing customer details from an old Cactushop database. Although the database has been deleted, the customer data has been saved into an excel spreadsheet.

The data has been converted to an older Excel 93-97 format and using Datatools I have tried to import.

However, a message appears;
[Data Sheet] 13333 records/lines detected.
Unexpected number of columns: 14. Please select another file/sheet (should be 2 columns or 29+ coulmns).

Please can you provide guidance on importing customer details.
Paul
 Posted Sun 25 May 2014
große Käse

große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
The Data Tool can only import product data from spreadsheet, not customer data. It can import customer data from CactuShop databases though.

If you only have the data in spreadsheet format then the only way to import it would be to write some kind of script in .vbs to read it in line by line to the Kartris customers table. Also, our CactuShop import hashes passwords too; it uses the web.config hashsalt value and creates the random salt per record too, appends these and hashes in exactly the same way Kartris's account creation does, so that users can continue to use the same password they used on CactuShop (though it is hashed in the database within Kartris). Implementing this in your script would be quite complex, so you may find it's better to add in a random value instead and force customers to do a password reset.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Paul Marked As Answer
 Posted Sun 25 May 2014
große Käse

große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)große Käse - (449,544 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Actually, a better option might be to import into a CactuShop db and then use the Data Tool on that - still need a .vbs to do the data into CactuShop, but this way you can let the Data Tool handle the hard work of the password hashing, by importing customers from CactuShop to Kartris with the Data Tool.

--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top