Michael Jivung

Results 1 issues of Michael Jivung

I want to be able to write my column names with dot notation, like this: ``` name.first,name.last,age john,doe,25 ``` The parsing should result in this: ``` [ { name: {...

enhancement