Create and import to a table via CSV - contradicting infos in learning path

Mathias Conradt
Tera Contributor

Hi, I'm currently going through the learning paths in ServiceNow and found these contradicting infos about importing into a table from a CSV file.

In the App Engine Studio course, it says that one cannot import from CSV, in another course, it says, you can import from CSV. What is correct, or is CSV just not possible via the App Engine Studio? Slightly confused... 

 

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_aescreateappfromscra...

 

2022-12-31_18-07.png

 

while on this page:https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_lea...

it states:

 

2022-12-31_18-08.png

1 ACCEPTED SOLUTION

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi @Mathias Conradt 

 

These are two different things.

One is to directly upload the excel file using import utility to each table, in this case system will accept only excels.

SaurabhGupta_0-1672508579830.png

 


But if you are using data source method where you can define the format of your file like excel,csv etc.

 

SaurabhGupta_1-1672508636043.png

 

 

 

 

 


Thanks and Regards,

Saurabh Gupta

View solution in original post

2 REPLIES 2

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi @Mathias Conradt 

 

These are two different things.

One is to directly upload the excel file using import utility to each table, in this case system will accept only excels.

SaurabhGupta_0-1672508579830.png

 


But if you are using data source method where you can define the format of your file like excel,csv etc.

 

SaurabhGupta_1-1672508636043.png

 

 

 

 

 


Thanks and Regards,

Saurabh Gupta

Thanks for the explanation.