mysql - NetSuite Migrations -
has had experience data migration , out of netsuite? have export db2 tables mysql, manipulate data, , export ina csv file. take csv file of accounts , manipulate data again accounts match our old system new. tried in mysql?
a couple of options:
invest in data transformation tool connects netsuite , db2 or mysql. @ dell boomi, ibm cast iron, etc. these tools allow connect both systems, define data extracted, perform data transformation functions , mappings , inserts/updates or whatever need do.
for mysql netsuite, php scripts can written access mysql , netsuite. on netsuite side, can either soap web services, or can write custom rest apis within netsuite. soap bit slower rest, rest, have write api (server side javascript - it's not hard, there's learning curve).
hope helps.
Comments
Post a Comment