String/CSV utilities:
org.hammerlab.strings.TruncatedToString
: interface for classes that can render themselves as anIterator[String]
to display a.toString()
with a maximum number of characters.org.hammerlab.csv
:- convert
case class
es (reallyProduct
s) to CSV rows. - convert collections of
Product
s to a CSV, optionally including a header line.
- convert