Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Data source table information

The following information can help you with the FTP import and export data.

Data source types

Data sources are used to create an import set so that data can be processed, if necessary, prior to being mapped onto a production table.

LabelName
FileData is in a recognized file format, accessible locally or remotely through several file retrieval methods.
JDBCData is in a database, accessible using JDBC. ServiceNow Technical Support supports Oracle, MySQL, Sybase, DB2 Universal, and MS SQL Server drivers.
LDAPData is in an LDAP server, accessible through the LDAP or LDAPS ports, 389 and 636 respectively.
OIDCData is accessible via OIDC.
REST (IntegrationHub)Data is in a REST API, accessible through IntegrationHub.
Data Stream IntegrationHubData is loaded from a Data Stream Action, accessible through IntegrationHub.
Custom (Load by Script)Data is obtained using a custom script.

Folder structure

See the following folder structure. You can use the <type>.request for taking the data and <type>.response for posting the data back to the FTP server:

catalog.request
catalog.response

invoice.request
invoice.response

orders.request
orders.response

shipment.request
shipment.response

Associated Table Transform Map

To import data, define a data source and transform map, and schedule or run an import at some regular interval.

Table transform map is associated with the table to transform the File Based Catalog Import [sn_spend_ftp_intg_catalog_stage] data into Catalog Import [sn_spend_intg_imp_catalog]. See the following table transform labels and associated table information.

LabelName
Invoice Importsn_spend_intg_imp_invoice
Catalog Importsn_spend_intg_imp_catalog
Availability Importsn_spend_intg_imp_availability
Shipment Importsn_spend_intg_imp_shipment
Order Acknowledgmentsn_spend_intg_imp_purchase_order_ack
Price Importsn_spend_intg_imp_price

Parent Topic:Procurement File Transfer Framework