- 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 10:44 AM
Thanks @Kieran Anson I missed that too. Appreciate your help and have a Happy New Year !