How to export all data from a table

Shaik22
Tera Expert

Hii,

 

How to export 1+million data from ServiceNow, is there any way? I already check in community.

https://www.servicenow.com/community/developer-forum/best-way-to-export-more-than-1-million-data-fro.... I'm not sure how to check. Any one please help.

Shaik22_0-1710763120671.png

 

8 REPLIES 8

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Shaik22 

 

It is not recommended to download these many records on 1 go. better to divide the data in condition and make it upto 10k record in one go. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

It is nor recommendable but is there any other way.

Hi @Shaik22 

 

Only way, is to divide the data in chunks / conditions. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

How to do that can you please explain me.