- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 09:55 PM
I have external spread sheet from where I need to import data to custom table for every week.
how to proceed it? if it is through scheduled jobs let me know how to achieve it??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:09 PM
Hi @KM SN,
You need to configure the below steps -
1. Create Import sets table. This will be used as import table to store data from external spreadsheet.
2. Create Data Source and Transform maps for getting data of external spreadsheet to import table.
3. Create a scheduled import job. This scheduled import job will execute at required time to insert/update data in the Custom table.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2024 10:09 PM
Hi @KM SN,
You need to configure the below steps -
1. Create Import sets table. This will be used as import table to store data from external spreadsheet.
2. Create Data Source and Transform maps for getting data of external spreadsheet to import table.
3. Create a scheduled import job. This scheduled import job will execute at required time to insert/update data in the Custom table.
Thanks,
Sagar Pagar