|
Home > Archive > BizTalk Server General > April 2004 > Looping from Flat File to EDI
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Looping from Flat File to EDI
|
|
| K. Pahnke 2004-04-30, 6:43 pm |
| I have a flat file that looks like this:
H Mar-04 3/31/2004 C0002234
D Item1 Number1 Number2
The header (H) record appears only once, while the detail appears
hundreds of times. Is there any way to get this to map into an EDI
standard, or do I have to make each record look like this:
H Mar-04 3/31/2004 C0002234 D Item1 Number1 Number2
I have tried both, but in the second case how do I only map the header
information one time, even though it is included in each record?
| |
| Rohith 2004-04-30, 8:07 pm |
| utes
make it detail segment in second level!!
like
HEADER
DETAILS
DETAIL
<<Elements\Attrib>>
TRAILER
Try it...hope it works!!
CR-
quote: Originally posted by K. Pahnke
I have a flat file that looks like this:
H Mar-04 3/31/2004 C0002234
D Item1 Number1 Number2
The header (H) record appears only once, while the detail appears
hundreds of times. Is there any way to get this to map into an EDI
standard, or do I have to make each record look like this:
H Mar-04 3/31/2004 C0002234 D Item1 Number1 Number2
I have tried both, but in the second case how do I only map the header
information one time, even though it is included in each record?
|
|
|
|
|