- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 06:00 PM
The actions we would like to achieve are as follows.
- Upload the xlsx file in the ServiceNow instance
- Imports are performed on the same day each month using a predetermined Import Set
- Import set data is cleaned up
※Step 1 will be done manually.
If the above settings are possible in Scheduled Import, I would like to know the details of how to set them up.
There are not many Japanese-language resources on Scheduled Import.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 06:38 PM
Hi @Yugo Sakuma ,
You will need to create a Data Source first to define from where you want to import the data from.
System Import Sets > Administration > Data Sources
Data is not imported directly from a Data Source into the target table. The steps are:
- Load data into a staging table
- Create a Transform Map
- Run a Transform to move data from the staging table to the target table
- Check the data integrity
Once, Above is done, then you can create a Scheduled Import, You can use Periodic and make it run every 90 days:
System Import Sets > Administration > Scheduled Imports> New
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 06:38 PM
Hi @Yugo Sakuma ,
You will need to create a Data Source first to define from where you want to import the data from.
System Import Sets > Administration > Data Sources
Data is not imported directly from a Data Source into the target table. The steps are:
- Load data into a staging table
- Create a Transform Map
- Run a Transform to move data from the staging table to the target table
- Check the data integrity
Once, Above is done, then you can create a Scheduled Import, You can use Periodic and make it run every 90 days:
System Import Sets > Administration > Scheduled Imports> New
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 09:03 PM
Thank you very much @Community Alums !
I will try it the way you taught me.