Hi Matthias, You are the man - it is fixed :-) cheers Brian
Hi Matthias, Apologies for not responding earlier. Work gets in the way :-) I believe I did remove the additional + (i.e. UNA+:+.?' -> UNA:+.?') and then it was able to determine the Message Type and Version. cheers Brian
Hi Matthias, I tried running with the latest code-set but encountered the same defect. Just an FYI. cheers Brian
Hi Matthias, Fully understand this is a side-line, not an issue :-) I did use the latest snapshot, but will download and try using the code. I will let you know if the issue is already resolved in the latest code base. cheers Brian
Hi I've done some experimenting and I believe the bug is that the parser is not factoring in that there is actually a field between the + and the : This is the line - IMD+F++:::PRODUCT 1' If I add a value between + and : like so IMD+F++A:::PRODUCT 1' Then it aligns correctly: <s_imd> <d_7077>F</d_7077> <c_c273> <d_7009>A</d_7009> <d_7008>PRODUCT 1</d_7008> </c_c273> </s_imd>
Conversion from Flat File to XML - some values in wrong fields...
Error in Flat File when converting from XML...
Hi I've done some experimenting and I believe the bug is that the parser is not factoring in that there is actually a field between the + and the : This is the line - IMD+F++:::PRODUCT 1' If I add a value between + and : like so IMD+F++A:::PRODUCT 1' Then it aligns correctly: <s_imd> <d_7077>F</d_7077> <c_c273> <d_7009>A</d_7009> <d_7008>PRODUCT 1</d_7008> </c_c273> </s_imd>