import sets

Ramesh_143
Giga Guru

import sets (sys_import_set) table having the labels called number, short description, state etc , whener a file is uploaded into that table its shows the file type & format,
Here, I want to know, How it is able to displaying and from where displaying that " file type: and format:" ?

Ramesh_143_0-1748944483020.png

 

4 REPLIES 4

Vageesh Mishra1
Tera Contributor

Hi @Ramesh_143 , 
It is displaying the file and format based on the fields Type and Format on the data source.

Regards,
Vageesh

Mahathi
Mega Sage
Mega Sage

Hi @Ramesh_143 ,

When you do a data load into ServiceNow, you have an option to choose whether you are loading the data from a file or from a data source.

The file type and format is picked when you upload data and then gets stored in import set table.

 

Attaching screenshot for reference

Mahathi_0-1748946786967.png


Please mark helpful and accept as solution if this response helped you in anyway.

Thanks,
Mahathi

Ankur Bawiskar
Tera Patron
Tera Patron

@Ramesh_143 

you don't upload the file to import set table

Import Set table is the table which holds information about the status of the import and tells which data source table was involved in loading the data.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Vageesh Mishra1
Tera Contributor

@Ramesh_143 ,

File type and Format on Import set is being displayed based on the fields Type and Format on the data source. 

Regards,
Vageesh