I am creating 7 different CSV files from a HL7 message (ADT). I have set up an output VRL definition for each of these files. I am using the Xlate Config tool to pull out the necessary data from HL7 format and convert to CSV format. All of this runs thru the tester fine.
However, when there is no data to be filled, ie, data is empty, the delimiter is not forced and the output file has only 28 fields and not 31 in the output record..
For eg, it should be
data,data,data,,,,,,,,
for the empty fields but it comes up as
data,data,data
Is there a way to force the field seperator (comma) even if no there is no data. I did a search on this topic and did not find an answer to my problem.
Thanks for any help!
Vidya Sridhar