Robust transform map Issue

Rafael Batistot
Kilo Patron

Hi Team, 

Let me know if you can help me. 

I've trying a simple robust transform map process. See the what i did step by step 

This my excel file. As you see it's a process to create category and subcategory. 

RafaelBatistot_0-1747784898606.png

i've been upload this file and Load Data and create a Data Source and  a Robust Transform Map

RafaelBatistot_1-1747785084827.png

RafaelBatistot_2-1747785130339.png


In this ETL Definition i have 3 ETL Entities and 2 RTE Entity Mapping

RafaelBatistot_3-1747785252116.png

In importSet, Staging and Choice are the same value

RafaelBatistot_4-1747785307605.png

Here my RTE Entity Mappings. Import to Staging and Staging to choice

RafaelBatistot_5-1747785562145.png

When i back to Data Source to Load all record  

RafaelBatistot_6-1747785699178.png

When i run the Robust transform map 

RafaelBatistot_7-1747785794104.png

After that, this the issue that i got and this records are not created

RafaelBatistot_8-1747785843100.png

Kindly help me 

Thank's in advanced

 




 

 



 

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.
2 REPLIES 2

Robert H
Mega Sage

Hello @Rafael Batistot ,

 

First of all, may I ask why you have chosen to implement this using a Robust Transformer?

Your import has only a single target table (Choice [sys_choice]) and your Excel file exactly matches the structure and field names of that table. 

 

RobertH_0-1747805892649.png

 

Therefore this would be much easier to implement using a single (regular) Transform Map. All you need to do is to create the Transform Map, click Auto Map Matching Fields, and adjust the Coalesce configuration as shown below.

 

RobertH_1-1747806520443.png

 

A Robust Transformer is best suited if you have multiple target tables, but it's much more complicated to build and debug.

 

Regards,

Robert

 

Hi @Robert H, thank you to answer me. 

That's true, but this is the first part. Once i got this transform map working i need to figure out how can i send a excel file with 2 sheets because the second part is insert the same datas in the table "dl_u_assignment_list"

First of all i need to learned how it`s work. After that i can adjusts in my personal process 

RafaelBatistot_0-1747845776649.png

 




If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.