Originally posted by: NKI
Hi,
I'm struggling with a problem I hope you can help me with, when trying to build a map for an ASN (Advanced Ship Notification).
I'm trying to get from this input format:
ASN Header
ASN Line (has order number on it)
ASN Line (has order number on it)
to:
ASN Header
ASN Order Reference
ASN Line
ASN Line
where the resulting output has one ASN Order Reference segment per unique order number across the ASN lines, and the ASN lines are held as children within the order reference if they share the same order number.
Example:
Input:
ASN Header 1
ASN Line 1: order ABC123
ASN Line 2: order CDE234
ASN Line 3: order ABC123
ASN Line 4: order CDE234
Output wanted:
ASN Header 1
ASN Order Reference (ABC123)
ASN Line 1
ASN Line 3
ASN Order Reference (CDE234)
ASN Line 2
ASN Line 4
I'm new to WTX so apologies if there is an obvious answer to this, but I would be grateful for any guidance you can give.
Keith.
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender