JockLawrie / Schemata.jl

Schemata for tabular data sets in Julia.
Other
18 stars 2 forks source link

Enable parsing options to be included in the config #11

Open JockLawrie opened 4 years ago

JockLawrie commented 4 years ago

Schemata.jl currently does some simple inference of the data format. E.g., it determines the delimiter as either a comma or a tab, depending on the file extension. For more complex data formats, allow options to be specified in the schema yaml/toml. Use the options that CSV.File allows as keywords.