Search This Blog

November 5, 2015

Fix the issue of EDI 834: the first line contains all of the strings

If you use Notepad ++ to open the EDI 834 file, sometimes the first line contains all of the strings. It is hard to read. If we would like to make it more readable in the normal way, how do we do it?


After talking to our BizTalk developer who works on EDI 834, he mentions one important point: In EDI 834, at the end of each line, you can see ~, which can be used as the line break.


Please follow the following screenshot and use ~\n to replace ~  and you are all set.


No comments: