1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
541 views
by eric-b-9094 (140 points)
I have a TXT file with a single value on each line.  I want to map a line to an HL7 field.  I'm on day 1 of having downloaded QIE and trying it out.  Please be kind!!

1 Answer

0 votes
You could treat the TXT file as a CSV and then reference the data like you would with a CSV file. source.getNode('1') for the first column value. We can assist you with setting up a sample based on your data.
by michael-h-5027 (14.8k points)
...