All Classes and Interfaces
Classes
Class
Description
Base abstract class representing a column within a Fixed Width File layout.
Character column representing a left-aligned, space-padded string.
Date column supporting custom formatting and zero-padding for null values.
DateTime column supporting custom Python-style date-time format placeholders and zero-padding.
Row descriptor specialized for detail (body) records.
Descriptor representing the layout structure of a Fixed Width File.
Row descriptor specialized for footer records.
Row descriptor specialized for header records.
Positive decimal column with a fixed number of decimal places, formatted with leading zeros.
Positive integer column represented as a zero-padded string of digits.
Sequential reader for Fixed Width Files.
Utility class to export layout specifications of a
FileDescriptor into Markdown, ReStructuredText (RST), and HTML tables.Character column representing a right-aligned, space-padded string.
Descriptor for a row consisting of multiple ordered columns.
Time column supporting custom formatting and zero-padding for null values.