Good day, I'm brainstorming how to approach a full data backup of multiple Netsuite(Non Oneworld) accounts to then merge it into a new master account(Oneworld). The goal is to verify the data from each account (which will become subsidiaries) and ensure it matches to the new master account before the other instances are shutdown ensuring that all the data is correct before they transition into the New Account. A backup of the data in csv is required.
I have the customization, roles, searches, all sorted out, that was easy. I know there will be some changes and setup and more challenges to come... It's exacting the large amount of Data. I'm trying to efficiently extract, every single field for every record regardless of its form, with out missing anything. I don't want sit and manually select every field for a save search for extraction in a save search to pull all the data.
I was thinking about script that would produce csv files in the file cabinet into a folder which you can just download from a single folder(zipped) from the file cabinet, assuming these may need to be split due to governance . Or even have it setup to pull data from the new master account and import it via a RESTlet. What's your opinion, on how to approach this quick and efficient as possible? And for fun, I have to do this in less then 2 months. Thoughts?