How to configure import set that covered importing multiple files at once

Yutaro Abe
Tera Contributor

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.

5 REPLIES 5

Jaspal Singh
Mega Patron
Mega Patron

Hi,

Why not club the data of all files in one file and simply use that to import.

Anand Kumar P
Giga Patron
Giga Patron

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

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....

Yutaro Abe
Tera Contributor

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.)