Can you give an example? Converting CSV into nested JSON does not make sense to me.
On Mon, Sep 18, 2017 at 3:54 PM, Ted Dunning <[email protected]> wrote: > What is the ultimate purpose here? > > > > On Mon, Sep 18, 2017 at 3:21 PM, Kunal Khatua <[email protected]> wrote: > > > I'm curious about whether there are any implementations of converting CSV > > to a nested JSON format "automagically". > > > > Within Drill, I know that the CTAS route will basically convert each row > > into a JSON document with depth=1, which is pretty much an obese CSV data > > format. > > > > Is it worth having something like this, or is it too hard a problem that > > it's best that users explicitly define and write the documents? > > > > ~ Kunal > > > > >
