I have a file with the following format. There are rn characters between each line.
D|xx|xx
V|xxxx|xx
PI|xxxxxx|xx
C|xxxx|xx
C|yyuuu|zz
Then the next group.
I defined 4 different VRLs. I tried various combinations below – with and without “Repeat while”. It doesn’t make any difference.
HRL consists of the following
VRL Demog
Repeat while: Demog.recordType_1
Value D
VRL Visit
Repeat while: Visit.recordType_1
Value V
VRL Insurance –
Repeat while: Insurance.recordType_1
Value PI
VRL Charge –
Repeat while: Charge.recordType_1
Value C
My problem is that I am getting each line as a new message.
Message 1 only has Demog record.
Message 2 only has Visit record…etc
How do I get the individual lines to be grouped together?