queryverse / TextParse.jl

A bunch of fast text parsing tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a mutating custom parser-like type

davidanthoff opened this issue · comments

The idea would be to have something similar to CustomParser, but instead one could specify a) an existing column parser and b) a function that transforms the value returned from that parser into some other type.