which is the best way of extra all netsuite databa...
# ask-stanley-ai
v
which is the best way of extra all netsuite database
c
AI generated answer (using internal Slack threads):
The most efficient way to extract all or most data from NetSuite in an organized way, such as into a database or spreadsheets, is by using the SuiteAnalytics ODBC connector. This tool allows you to sync tables of data from NetSuite so you can have all the data locally to query. However, one challenge with this approach is that the database schema can change occasionally. To address this, you can write some code to do a dynamic sync that picks up the schema changes, ensuring that your local copy will always be an exact mirror copy of the cloud version. Another method is to use third-party tools to extract data from NetSuite to external storage like CSV, SQL, or SharePoint. One such tool is ODBC, which can replicate every table, every schema change, and all the data. However, it's worth noting that some users have found ODBC to be slow. If it's specific data you want staff to search on, you could look at a saved search option. A quick and dirty method would be to spit out the saved search CSVs on a schedule. If you have SuiteAnalytics Connect, you can pull around 10 tables in parallel and see a speed around 1 million records every 5 minutes approximately. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.817443907
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.799560666
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.796142697
Please provide your feedback on this answer.