CSA · Question #209
What are the steps for importing data using an import set?
The correct answer is D. Load the data; Create transform map; Transform data; Clean up import table. The correct steps for importing data using an import set in ServiceNow are to load the data, create a transform map, transform the data, and then clean up the import table.
Question
What are the steps for importing data using an import set?
Options
- ASelect source file; Run automap; Transform data; Clean up target table
- BIdentity source; Import transform map; Run transformer, Verify import
- CSetup LDAP; Test map; Create update set; Run import; Apply update set
- DLoad the data; Create transform map; Transform data; Clean up import table
How the community answered
(17 responses)- A6% (1)
- C6% (1)
- D88% (15)
Why each option
The correct steps for importing data using an import set in ServiceNow are to load the data, create a transform map, transform the data, and then clean up the import table.
'Run automap' is part of creating a transform map, and 'Clean up target table' is not a standard step; cleanup usually applies to the import set table.
This sequence includes non-standard steps like 'Import transform map' as a main phase, and 'Verify import' is an outcome rather than a primary process step.
'Setup LDAP' is for directory integration, not general data import, and 'Create/Apply update set' are for configuration migration, not data import.
The standard process involves loading raw data into an import set table, followed by creating a transform map to define field mappings. The data is then transformed from the import set table to the target table based on these mappings, and finally, the temporary import set records are often cleaned up.
Concept tested: ServiceNow Import Set process
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/import-sets/concept/c_ImportSets.html
Topics
Community Discussion
No community discussion yet for this question.