Hi,

It sounds like you are looking for a JDBC driver for CSV files. I do not
think we want to build too much on top of CSV have it to start mimic SQL.

Gary

On Mon, Dec 31, 2018 at 9:34 AM Siegfried Goeschl <
siegfried.goes...@gmail.com> wrote:

> Hi folks,
>
> somehow I’m working a lot with ad-hoc scripting and commons-csv  and it
> would be helpful to have additional functionality slicing through CSV
> records, e.g.
>
> * group CSVRecord by the value of column
> * get a list of distinct values from a column
>
> No rocket science but to avoid typing the same code over and over
>
> * has anyone implemented that already and I’m just unaware of it
> * if not - could this be a valuable contribution?
>
> Thanks in advance,
>
> Siegfried Goeschl
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
> For additional commands, e-mail: user-h...@commons.apache.org
>
>

Reply via email to