Can you expand on what limits you are referring to?
t
tuli
08/04/2021, 7:26 AM
Hi @michoel, I am talking about the rows, I have a huge amount of data, basically Time Records for now, they are 3521031, I have to migrate this data to AnaPlan and one other system.
tuli
08/04/2021, 7:30 AM
I have tried extracting data using excel only, what are the other popular and efficient methods available ?
m
michoel
08/04/2021, 7:49 AM
Hey Vikas. my question was actually for @Josh_SatoriReporting. To extract 3 million rows from NetSuite I would say ODBC is your best bet.
j
Josh_SatoriReporting
08/04/2021, 5:48 PM
So, with ODBC you are limited to the tables/fields you can access and the performance of the connector is limited (failed with big pulls, i.e. 3M rows). So, when we replicate NetSuite in our product (extrernal data warehouse), the ODBC connector simply couldn't keep up. So, that is why we developed our own connector using saved searches which does give us access to all data.