I have a few doubts -
1) How shall I use the existing EDI X12 to XML parser? I'm using Python 3.5.
a) Bots, uses python 2, which shall not support python >= 3. b) pyx12, there is no documentation, don't know how to use it. c) Couldn't find any other good parser in open source.
2) If I want to go about building a parser, how should I? I mean, I'm new to python itself, writing a parser algorithm is tad too difficult for me.
Thanks, Aakash.