Hello mirth comunity,
I'm trying to do my first steps in using mirth 1.6.1.2750 as JBoss MBean with a channel using a file reader connector. The files are "clear text" HL7 2.2 messages with ISO-8859-1 encoding.
Here is a sample:
In the dashboard I can see the the raw read message which looks like this:
So somehow the message is not read in as is.
The channel source is configured as follows:
File Type: ASCII
Encoding: ISO-8859-1
Obviously the file reader does not work as I thought it would.
Any help is appreciated.
Regards.
I'm trying to do my first steps in using mirth 1.6.1.2750 as JBoss MBean with a channel using a file reader connector. The files are "clear text" HL7 2.2 messages with ISO-8859-1 encoding.
Here is a sample:
Code:
MSH|^~\&|SAP-ISH|DG|System1|Test|19991217100040||ADT^A04|15013015|P|2.2 EVN|A04|19991217100027 PID|||03234234^9||Smith^Charlotte^^^^||19200819|F|||Smith-Str. 161^^City^^82312^DE||03421-88734|||W|RK PV1||I|ICU^^|||^^||^&&&&&&&&&&^^^^^|^&&&&&&&&&&^^^^^|||||^&&&&&&&&&&|||||0991039318^6|||||K|||||||||||||||IC|||||19991216080636| ZPA|2|B^KK||19991217095933
Code:
TVNIfF5+XCZ8U0FQLUlTSHxER3xTeXN0ZW0xfFRlc3R8MTk5OTEyMTcxMDAwNDB8fEFEVF5BMDR8 MTUwMTMwMTV8UHwyLjIKRVZOfEEwNHwxOTk5MTIxNzEwMDAyNwpQSUR8fHwwMzIzNDIzNF45fHxT bWl0aF5DaGFybG90dGVeXl5efHwxOTIwMDgxOXxGfHx8U21pdGgtU3RyLiAxNjFeXkNpdHleXjgy MzEyXkRFfHwwMzQyMS04ODczNHx8fFd8UksKUFYxfHxJfElDVV5efHx8Xl58fF4mJiYmJiYmJiYm Xl5eXl58XiYmJiYmJiYmJiZeXl5eXnx8fHx8XiYmJiYmJiYmJiZ8fHx8fDA5OTEwMzkzMTheNnx8 fHx8S3x8fHx8fHx8fHx8fHx8fElDfHx8fHwxOTk5MTIxNjA4MDYzNnwKWlBBfDJ8Ql5LS3x8MTk5 OTEyMTcwOTU5MzMK
The channel source is configured as follows:
File Type: ASCII
Encoding: ISO-8859-1
Obviously the file reader does not work as I thought it would.
Any help is appreciated.
Regards.
Comment