|
| Hi, I have a large file that I am seperating into smaller files based on a
value in a field of the FT1 segment. I have a logical functoid to map only
the FT1 segments that meet the criteria. Problem is that a segment called
PID is grouped together with a series of FT1 segments. So I need only the
PID's and associated FT1's that meet the criteria in the output. Right now
because of the one logical functoid I get all the PID's in the larger file,
with only the FT1's required. How do I solve this? I've never done xslt
coding, but in reading other posts, I may be able to use a <for-each> tag?
Or is there a way in the output schema to force only one PID in a row, and
allow multiple FT1's? Can the schema be forced to filter out the unwanted
PID's that don't have a FT1 following it? I can post the schemas and maps if
needed. Thanks!
|
|