CSA Exam QuestionsBrowse all questions from this exam

CSA Exam - Question 120


When importing spreadsheet data into ServiceNow, in which step does the data get written to the receiving table?

Show Answer
Correct Answer: A

When importing spreadsheet data into ServiceNow, the step in which the data gets written to the receiving table is 'Run Transform'. Transform maps are used to define the relationships between fields in an import set and fields in the target table. Once a transform map is ready, executing the 'Run Transform' application writes the data from the import set to the receiving table.

Discussion

24 comments
Sign in to comment
BarklesOption: A
Jan 5, 2022

it is run transform

mona_hmmdOption: A
Jan 13, 2022

It is "Run Transform"

bb369
Jan 3, 2022

Isn't it A? Run Transform

jbthirderaOption: A
Mar 24, 2023

A run Transform

Jo98778
Jan 5, 2022

I agree that is should be A run transform. The reference and screenshot does not really expalin why D. Execute Transform is a better answer.

LUKE1992
Jan 22, 2022

Yes! I would also say A = Run Transform cuz then its done.

LUKE1992
Jan 23, 2022

its A!

Alice_SteeleOption: A
Feb 20, 2023

there s no Execute Transform

rsilva85_BR
Aug 23, 2023

There's a button TRANSFORM that might be considered Execute Transform....

sunnygohappy
Apr 4, 2023

ChatGPT agrees to A.

KevFun
May 18, 2023

It is B, see https://docs.servicenow.com/bundle/utah-application-development/page/build/app-engine-studio/task/import-map-data-existing-table.html

Joe_Qu
May 27, 2023

This is a link to Create a data integration ? I guess that is a different question

6d50eb7
Dec 5, 2023

A. https://developer.servicenow.com/dev.do#!/learn/learning-plans/utah/new_to_servicenow/app_store_learnv2_importingdata_utah_run_a_transform_map

trye_indicators
Jul 1, 2022

A. Run Transform

VinnyzworldOption: A
Jul 18, 2022

A run Transform

Ghouse1
Sep 24, 2022

A is correct. https://docs.servicenow.com/bundle/tokyo-service-management-for-the-enterprise/page/product/facilities-service-management/task/t_RunTransform.html

HAYOSH
Nov 19, 2022

(A) Run Transform

Ranaway
Dec 15, 2022

A, there is no execute transform

PinkAndBlackOption: B
Jun 22, 2023

I should go for B. Please check https://docs.servicenow.com/bundle/utah-integrate-applications/page/administer/import-sets/task/t_RunImport.html

tonystark01
Aug 17, 2023

Receiving table = Target table so answer is A

rsilva85_BROption: D
Aug 23, 2023

Answer is D. https://docs.servicenow.com/en-US/bundle/tokyo-service-management-for-the-enterprise/page/product/facilities-service-management/task/t_RunTransform.html.... these documentation shows item 6, after entering Run Transform, you need to CLICK the EXECUTE BUTTON to indeed execute the transformation.

cluelessdood
Aug 27, 2023

Huh? Where does it say Execute anywhere on this page? There's a Transform button, but not "Execute Transform" button.

wer3ball
Mar 8, 2024

B. Import the file or schedule the data import Choose what to do with your data import you just created and mapped. To import the data set you uploaded now, select Run Import. To set up a future import of the data, select Schedule an import. https://docs.servicenow.com/bundle/utah-application-development/page/build/app-engine-studio/task/import-map-data-existing-table.html

aperOption: B
Dec 1, 2024

B. "To import the data set you uploaded now, select Run Import." https://docs.servicenow.com/bundle/utah-application-development/page/build/app-engine-studio/task/import-map-data-existing-table.html

skibumvermontOption: A
Dec 8, 2024

https://www.servicenow.com/docs/csh?topicname=t_RunTransform.html&version=latest

KfloOption: A
Dec 30, 2024

"When all fields are matched properly, click Transform in the related links to begin transforming data onto the destination table." Section 4.3 Import Data > Transform Maps

[Removed]Option: B
Feb 27, 2025

it's actually none of these, it's the SUBMIT button on LOAD DATA module that stages the data, then it's RUN TRANSFORM to actually load the data using a transform map