Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

john_andersen
Tera Guru

There may be times where you want to grab a CSV, Excel, or XML file from a place on the Internet to perform your imports. Maybe your third party integration system publishes XML documents that are accessible on demand on or an scheduled basis. Your goal is to grab the file at the given URL and import it into your ServiceNow instance. The easiest way to do this is via a Data Source set up to grab files via HTTP.



Let's say I have a third-party tool that publishes a CSV file that contains data that is supposed to generate incidents in ServiceNow. The tool publishes the CSV file at the following URL every day at 3AM. We want to create a data source that grabs the file, imports the data into an import set, and generates incident records in our ServiceNow instance.... [Read More]