Import Data csv

Workflow switch
Mega Contributor

how to import a csv file?
In this file, each line corresponds to an incident
I have to create incidents from the lines of the csv file
cordially

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hello,

This is easy!

And best of all, you don't need to know any scripting to get this done. If you have a CSV, you're most of the way there already.

Please take a look at https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/import-set... .

Basically you'll create a new data source and create a new transform map. You'll then run your data source and transform map to pull over the fields.

Please take a look at that link above, try it out and post any and all questions you have during the process here. We'll be happy to help you through this import process.


Thanks & Regards,

Akshay

View solution in original post

6 REPLIES 6

Community Alums
Not applicable

Hello,

This is easy!

And best of all, you don't need to know any scripting to get this done. If you have a CSV, you're most of the way there already.

Please take a look at https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/import-set... .

Basically you'll create a new data source and create a new transform map. You'll then run your data source and transform map to pull over the fields.

Please take a look at that link above, try it out and post any and all questions you have during the process here. We'll be happy to help you through this import process.


Thanks & Regards,

Akshay

eumak
Tera Guru

Hello @Workflow switch cas ,

You can do it via Data Sources (in CSV format) & create a Transform map.


find_real_file.png

Cheers..!
Happy Learning:)
Tushar

Mark it as helpful or correct, If Applicable


Cheers..!

Happy Learning:)

Tushar

Kalyani Jangam1
Mega Sage
Mega Sage

Hi, please check below link also

https://community.servicenow.com/community?id=community_question&sys_id=f37f0b25dbdcdbc01dcaf3231f96190a

 

Workflow switch
Mega Contributor

That's how i did it

It's correct ?