- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2022 09:15 AM - edited 12-31-2022 09:15 AM
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...
while on this page:https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_lea...
it states:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2022 09:44 AM
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.
But if you are using data source method where you can define the format of your file like excel,csv etc.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2022 09:44 AM
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.
But if you are using data source method where you can define the format of your file like excel,csv etc.
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2022 09:52 AM
Thanks for the explanation.