nerdexam
ServiceNow

CSA · Question #364

What kind of data can Import Sets use to populate tables in ServiceNow?

The correct answer is B. XML, CSV, and Excel. ServiceNow Import Sets commonly support various file-based data sources such as XML, CSV, and Excel spreadsheets for populating tables.

Submitted by devops_kid· Apr 18, 2026Introduction to Development and Data Migration

Question

What kind of data can Import Sets use to populate tables in ServiceNow?

Options

  • ACSS, SOAP, and Excel
  • BXML, CSV, and Excel
  • CSOAP, REST, and XML
  • DXML, SOAP, and CSS

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    94% (16)

Why each option

ServiceNow Import Sets commonly support various file-based data sources such as XML, CSV, and Excel spreadsheets for populating tables.

ACSS, SOAP, and Excel

CSS (Cascading Style Sheets) is a styling language for web pages, not a data format for import sets; SOAP is an integration method, not a file type itself.

BXML, CSV, and ExcelCorrect

ServiceNow Import Sets are designed to process data from various formats, with common examples being XML files, Comma Separated Values (CSV) files, and Excel spreadsheets, which are widely used for bulk data imports.

CSOAP, REST, and XML

SOAP and REST are web service integration protocols, not file formats that are typically consumed directly by Import Sets as local files.

DXML, SOAP, and CSS

CSS is not a data format for import sets.

Concept tested: ServiceNow Import Set data sources and file types

Source: https://docs.servicenow.com/bundle/utah-integrate-applications/page/administer/import-sets/concept/c_ImportSets.html

Topics

#Import Sets#Data Import#Data Formats#ServiceNow Platform

Community Discussion

No community discussion yet for this question.

Full CSA Practice