I work with a few different X12 standard EDI transactions (270/271, 276/277.) I thought I'd check to see if anyone knew of an existing syntax highlighting profile for these for Notepad++ before I start to work on my own.
|
I ran into the same problem, and ended up creating my own based on schema I had for 4010 & 5010 270/271, 276/277/278 message types. Copy the code below into a file called X12.xml or something, then use the user defined language import feature in Notepad++ to import that xml file.
|
|||
|
|
|
Don't reinvent the wheel. Here's a free tool for you that I think you'll love: http://liaison.com/products/integrate/edi/edi-notepad It's called EDI Notepad. It has syntax validation, editing, HTML and Hex modes. Notepad++ and UltraEdit are both great for looking at text files, but this tool does a better job with EDI. |
|||||||
|
|
I really liked Phaxmohdem solution, so I added a bit more to it. I hope others continue to improve this. =)
|
|||
|
|
|
It would be so great to create "EDIFACT/X12" plug-in(s) for Notepad++. For now, I am not aware of any existing ones :-/ Regarding EDI Notepad vs. Notepad++, the difference is crystal clear: one is a commercial product and the other is open source ;-) John, good luck with your Notepad++ customization, do no hesitate to share ;-) |
|||||
|
|
If you are just looking to make segments easier to find a simple find/replace of the segment identifier plus a newline should help a lot.
Depending on your newline setting of course. Also if you are primarily working with internally generated X12's that follow a standard for identifiers then a user defined language would work. |
|||
|
|