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:

  1. 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.

  2. 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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -