import sets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 02:56 AM
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:" ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 03:02 AM
Hi @Ramesh_143 ,
It is displaying the file and format based on the fields Type and Format on the data source.
Regards,
Vageesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 03:34 AM - edited 06-03-2025 03:54 AM
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
Please mark helpful and accept as solution if this response helped you in anyway.
Thanks,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 03:49 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 04:07 AM
@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