Import .CSV data source with 2 matrix
Hi.
I have a .csv file that i am importing as a Matrix. I have 4 columns that each has different UD6 member. Problem is, one of the columns also have a different Account than the other 3.
Can I somehow do a double matrix, or pull the data from the one column in another way.
I would like to see if I can avoid loading the file multiple times or manipulate it otherwise before load.
Appreciate any suggestions :)
Details:
Column1: U6#TECH1:A#0210
Column2: U6#TECH2:A#0210
Column3: U6#TECH3:A#0210
Column4 :U6#UnallocTech:A#0205
Thank you for your suggestion, Marcus. I could unfortunately not get it to work.
I ended up finding another solution, posting it here in case someone else could draw inspiration :)
Setting the Account to a Temp static value in my data source.Using a derivative transformation rule to map the UD6 members to the correct account.
Ending with Bypassing the Temp account in my Account Transformation rule.
Thanks Again for your time!