blob: 5df7c6558d9abf3cbd06486efaf275509fc0b72b (
plain)
1
2
3
4
5
|
This module is for reading record-oriented data in a delimited text file.
The most common example have records separated by newlines and fields
separated by commas or tabs, but this module aims to provide a consistent
interface for handling sequential records in a file however they may be
delimited.
|