I have a flat file that I am reading in using PROTOCOL: file. I want to manipulate the data using an xlate (table lookup for values) and then send output to a flat file. I have the file coming in and I am using a FRL for input and output and a table lookup with the XLT but I obviously have something wrong with where I am sending the file. Do I make both protocols flat files? How do I define the route?
Input file has records that look like this (and input is coming in fine):
1000029292 0000855.20 2471 2452 2374
Output file needs to be:
A|1000029292|0000855.20|Claim rejected due to error|Procedure code not valid|Invalid diagnosis code
Thanks for any help!