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.
- Parsed
Line - 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.