scautable
scautable copied to clipboard
Jagged row length
test("Some random CSV files") {
val longRow = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "long_row.csv").toSeq
longRow.toSeq.ptbln
}
test("Some random CSV files") {
val shortRow = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "short_row.csv").toSeq
shortRow.toSeq.ptbln
}
fails on printing. What should the behaviour be? Throw error or ignore?