queryverse / TextParse.jl

A bunch of fast text parsing tools
Other
58 stars 20 forks source link

TextParse

codecov

TextParse uses Julia's generated functions to generate efficient specialized parsers for text files. Right now, there is a good set of features for reading CSV files (see the documentation). Parsing packages can use TextParse as a framework for implementing parsers for other formats.

Related packages