On Sat, Sep 5, 2015 at 8:57 AM, Edmon Begoli <[email protected]> wrote:
> *My question - has this been handled already in Drill and storage formats?* > > If so, where? > > If not,what is your recommendation for handling this? > > Should it be in an independent library outside of Drill that presents a > flattened version (not sure if this is possible), or maybe break the > message into tables corresponding to header data, items, footer. > Drill does handle these kinds of data well, but currently the only file formats that it can consume for this kind of data are JSON and Parquet. IT would be great to have more. I would love to work on this with you.
