ddw360

Results 16 comments of ddw360

I had the same problem - changing the following starting at line 90 in x12valid.py solved it for me: ```diff + if args.verbose is not None and type(args.verbose).__name__ == 'int':...

See Issue #42 -- this change to the map for 834 5010 A1 should address this...

> > > @ddw360 > I was experiencing a similar issue on pyx12 v2.3.3. For some reason, the Python Package Index (PyPI) has the latest pyx12 set to v2.3.3, but...

@azoner - not that it bothers me to do the pip install to the git egg - but for other stakeholders - I still see in pypi v2.3.3 not v2.3.4

it would be better to allow validation as an optional switch for any x12 source file validation or transformation operation. In other words without the switch, no validation of the...

so default - no validation. and if switched on via arg/param - caveat re: using/reviewing codes.xml. as a happy user of pyx12 - I would be good with this personally.

@azoner, @victor-roy Using Python3 v3.8.5 on Windows... when running x12valid.py (v2.3.3) specifically, down stack in x12file.py, any line with: `self.fd_out.write(out)` results in "TypeError: a bytes-like object is required, not 'str'"....

@azoner, @victor-roy , @jasirmuhammad In x12valid.py, making this change: `- fd_997 = tempfile.TemporaryFile()` `+ fd_997 = tempfile.TemporaryFile(mode='r+')` seems to work.

XML is the only current non ANSI format that the command lines deal with re: in/out. You can write your own python program using this library combined with CSV kit...

@alexcrichton Disabling antivirus, firewalls, etc - don't seem to work. I was able to do a cargo build in Windows 10 x64 but not in Windows Subsystem for Linux. Both...