- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2017 01:37 AM
Hi all,
I have a question about import sets.
I want to make regular (once a week) data updates to a table created in my instance.
Is there a way to automate an import set to run at x hours, on y day, using the same data source, with the created transform map
and to the same target tabel? and that repeats itself after a few days?
This way i could only change my data in the data file and then the update in my instance would be done.
If this is not possible, is there a close solution to this? Maybe not everything in this process can be automated but perhaps
some of the steps on it might be automated.
Thank you for you attention,
António Pires
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2017 01:53 AM
You can schedule a data source- Create a entry in "scheduled_import_set" table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2017 04:02 AM
Amazing!
Thanks for all the help everyone

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2017 02:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2017 10:07 PM
In Data source, You should have "Import set table Name".when this table is set and in first import run ,all excel sheet columns (as per data source data like sheet number and header row number) will be automatically created in import set table(as string fields)
This allows you to do mapping fields in transform map. In case you are not able to run import using data source - manually import excel sheet to our import set table so that if will create all fields.
You can refer table import_log for any error logs.