Delim
Parse and serialize delimited data
Input/output
The delim
driver expects data to be provided via IO
.
It presents the parsed information as a Matrix
, and can write Matrix
and Vector
types to an IO
-supporting storage backend.
Required packages
DelimitedFiles
(the stdlib)
Parameters
dtype
: The element type of the matrixdelim
: The character used to separate entrieseol
: The character separating each line of inputheader
: Whether the first row of data should be read as a headerskipstart
: The number of initial lines of input to ignoreskipblanks
: Whether to ignore blank linesquotes
: Whether to allow quoted strings to contain column and line delimiters
Usage examples
[[iris.loader]]
driver = "delim"