- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 09:29 AM
Hello team,
I have created a simple staging table in PDI with single column as u_name. When I am trying insertMultiple against the staging table, its creating empty records. Does anyone have tested? Can share sample input?
Thanks,
Rahul
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 09:33 AM
Hi Rahul,
One step people often skip is creating a record in sys_rest_insert_multiple to inform the system on whether the incoming keys of the payload are field names or field labels.
Create a record in sys_rest_insert_multiple for your import set table, and then an entry in the related list for column mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 09:33 AM
Hi Rahul,
One step people often skip is creating a record in sys_rest_insert_multiple to inform the system on whether the incoming keys of the payload are field names or field labels.
Create a record in sys_rest_insert_multiple for your import set table, and then an entry in the related list for column mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2025 11:23 AM
Also, if I may ask...how to make this Import Set Asynchronous ? I set the entry as an Asynchronous but still its getting processed as soon as records get inserted.
Also, how do we run the transform maps against the Async Import Sets ?Any idea?
Thanks,
Rahul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2025 09:46 AM
By Async, SN is referring to the fact there is a scheduled job that will auto-process imported records. It'll do so against all active transform maps that are related to the import set.
The scheduled runs frequently, so you're unlikely to see a delay in processing on a PDI/dev environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 06:17 PM - edited 01-14-2025 07:42 PM
Hello @Kieran Anson , Is it processed by this job: Import Set Transformer Job ? If so, what this scheduled job Asynchronous Import Set Transformer does?
Thanks,
Rahul