Allows for writing rows with Map[String,String] objects.
Allows for writing rows with Map[String,String] objects. headers -- specifies the list of values to extract from Map[String,String] objects. Also specifies the column ordering of the output.
Wrapper class for OpenCSVReader to allow for Thread-safe CSV row iteration.
Wrapper class for OpenCSVReader to allow for Thread-safe CSV row iteration. Note: This class is actually an iterator over Option[Row]. This is to allow for safer/easy handling of cases where the the rows are null.
(Since version ) see corresponding Javadoc for more information.