scautable
scautable copied to clipboard
What if there are no headers?
Should we autogenerate column names, or just read a Tuple?
test("Some random CSV files") {
val longRow = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "bus_stop_noheader_test.csv").toSeq
longRow.toSeq.ptbln
}