Bulk Exporting ServiceNow Data as XML using JavaScript
Sam's Blog
·
Jan 09, 2023
·
article
Recently, I came across a need to export large amounts of information from ServiceNow in XML format - problematically, these records (within kb_knowledge specifically) include their own discrete attachment/s, meaning that a single XML file could be 20 -> 30mb in size.
View original source
https://samherring.com/posts/exporting-large-servicenow-data-using-js/