How to configure import set that covered importing multiple files at once
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 03:15 AM
I need to know how to import CSV files into SN at once.
File specification:
・Multiple files are same stracture. it means it is ok for preparing only 1 format as data source table.
・File type is just CSV.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 03:22 AM
Hi,
Why not club the data of all files in one file and simply use that to import.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 03:26 AM
Hi @Yutaro Abe ,
Create an import set table and map columns as per your csv file data and import set table data after that you can load data through Load Data module in servicenow.
https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/import-set...
Please mark it as solution proposed and helpful if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 03:34 AM
Thanks your reply Anand Kumar P
I know basically flow and how to use it as import set.
But I want import multiple files at once. Because import data separated over 100 files.
So it is very hard that importing one by one....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2023 03:28 AM
Because files are delivered individually by other department.
If multiple importing covered on SN, I want avoid crab the data as 1 file....(Because it is bother for us.)