Renat Akhmedov
Kilo Sage

Hi @manju12,

To move data from a staging (import set) table into a target table using a Transform Map and the Import Set API, you generally need three parts:

1. Import Set table (staging table) – usually u_xxx_import or system-generated u_<source>_import.

2. Transform Map – defines how fields from the staging table map to the target table.

3. Import Set API – to load data into the import set table and optionally trigger the transform.

I hope it helps. If my answer was helpful, please don’t hesitate to give it a thumbs-up - it only takes a second, but it means a lot to me. Thank you!

Best regards,
Renat Akhmedov