TextParse.jl
Fast generated functions for text parsing. Implements a CSV parser.
Install / Use
/learn @queryverse/TextParse.jlREADME
TextParse
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
- CSV.jl - Package for reading CSV files into Tables API. It loads the data into a
DataFrame. TextParse tries to be minimal and returns a tuple of vectors as the output ofcsvreadand adds useful features such as parsing string columns as PooledArrays. - CSVFiles.jl - Package for reading CSV via the FileIO.jl API into any IterableTables.jl sink. The package uses TextParse.jl for parsing.
Related Skills
node-connect
331.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
81.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
331.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
81.5kCommit, push, and open a PR
