Most of the functionality in the closed (but not merged) PR #372 for a Table.psave() method can be implemented with a Table.read() and Table.write() format that connects to the io.ascii.FixedWidth reader. This patch should be straightforward following the model in PR #359.
The only thing missing is the ability to get the table units into the output as a header row. This will be addressed in issue #386.
Most of the functionality in the closed (but not merged) PR #372 for a
Table.psave()method can be implemented with aTable.read()andTable.write()format that connects to theio.ascii.FixedWidthreader. This patch should be straightforward following the model in PR #359.The only thing missing is the ability to get the table units into the output as a header row. This will be addressed in issue #386.