Hi Siegfried,

Happy New Year btw.!

On 31.12.18 15:34, Siegfried Goeschl wrote:
> 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?

I prefer SuperCSV (http://super-csv.github.io/super-csv/) for tasks like
this. It supports bean mapping and cell-processors which makes record
handling super easy.

Bye, Thomas


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to