Skip to main content

Module dat

Module dat 

Source
Expand description

DAT file parser for pipe-delimited ULS records.

Structs§

DatReader
Reader for DAT files that yields parsed lines. Automatically handles multi-line continuation records.
ParsedLine
A parsed line from a DAT file.

Functions§

parse_file
Convenience function to parse a complete DAT file into records.
parse_line
Parse a single line (without continuation handling). Use DatReader for proper multi-line handling.