rbeckman-nextgen / test-mc3

0 stars 0 forks source link

Improperly formatting Encoded output EDI X12 #4184

Open rbeckman-nextgen opened 4 years ago

rbeckman-nextgen commented 4 years ago

Similar issue only now with segment - should be NM1 02.1 but appears in NM1 03.1!

XML built (from SQL Queries): 82</NM1.01.1></NM1.01>1</NM1.02.1></NM1.02>XX</NM1.08.1></NM1.08>1457306888</NM1.09.1></NM1.09>

Encoded output: NM1821**XX**1457306888~

When put through: SerializerFactory.getSerializer('EDI/X12').fromXML(82</NM1.01.1></NM1.01>1</NM1.02.1></NM1.02>XX</NM1.08.1></NM1.08>1457306888</NM1.09.1></NM1.09>)

the result is correct: NM1*821**XX**1457306888~

Imported Issue. Original Details: Jira Issue Key: MIRTH-4328 Reporter: rolliemors Created: 2018-09-13T14:50:53.000-0700