CsvSplit

object CsvSplit
class Object
trait Matchable
class Any

Value members

Concrete methods

final def split(line: String, sep: Char, maxcount: Int): Vector[String]

Smart CSV oriented line split that takes into account quote, double quotes.

Smart CSV oriented line split that takes into account quote, double quotes.

Value Params
line

the line to split into a vector a substrings

maxcount

max size for the results vector

sep

the cell separator

Returns

vector of substrings