08-11-2017 01:13 PM
I am working on a pipeline where I am reading data from CSV generator.
I have 2 types of data H line and I line for each one I need to do some mapping, which is fine. the final output I need to sent to SAP with a format H + I
So I need to merge the H line to each I line and then post to SAP.
Can someone help me achieve this? As all the values are in an independent document I am not able to do it easily. I tried Join and Union followed bu Group by but still not getting desired result.
Desired result:
/KS
08-15-2017 06:05 AM
Try doing this. Of course I used all dummy variables but here are the main steps.
Look at this example.
H and I_2017_08_15.slp (8.5 KB)
08-15-2017 11:28 PM
I get this error,
/KS
08-16-2017 03:35 AM
Solved the issue and I can see one header and 2 line items in one document.
Thanks for the help.
08-27-2017 08:05 PM
Can you kindly share the final solution
08-29-2017 02:09 AM
Output 1
Output 2