fixedwidth icon indicating copy to clipboard operation
fixedwidth copied to clipboard

Python fixed-width to/from dict converter.

Results 5 fixedwidth issues
Sort by recently updated
recently updated
newest added

Hi, For performance reasons I needed to only build the objects that I really needed. Our FixedWidth files contains 14,000+ columns and normally I only require around 50 of these...

Some chars will be represented as more than 1 byte when writing it to file, so conversion to char positions and byte positions will not map, they are the same...

Hi is posibile add date and datetime in type formats < from datetime import date 188,189c187 < 'datetime': lambda x: isinstance(x, datetime), < 'date': lambda x: isinstance(x, date), --- >...

Hello and thanks again for implementing this, very useful! It turns out there are plenty of organisations still using fixed width files, especially older ERP systems. I was wondering, if...