Hello, I accidentaly deleted a customers record, I do however have a backup of yesterdays customer database that I can restore it from. I loaded yesterdays dbase and exported the customer data for my found set (the lost customer) When I exported selected all fields. However, When I try to reimport the customer into the current dbase it does not import properly? Barely any of the data shows up for the customer. I just need to export all the info for one customer from my backup dbase and import it into my live database. Can this be easily done? Thanks
There's not an "easy" way to do it because of all the related data from other tables. The best option would be to insert records at a lower level (via XML for example) directly into the tables you need to insert data into.
Is there a good resource with instructions for how to insert records via XML? From the forums and the list archives, all I've been able to determine is that it is possible. Thanks!