We are mapping EDI 315 schema to a XML, and I have a requirement below.
Input EDI schema
N901="TN'' take N902
N901="TN1'' take N902
OutPut
Result= N902(N901="TN"),N902(N901="TN1")
That means in one ST & SE, I can have N901=TN & N901=TN1, these two values are mapped to a single field in destination schema. How can I do this?
I even tried mapping the two values to Cumulative functoid, but it's returning Null.