mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
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.
|