scautable icon indicating copy to clipboard operation
scautable copied to clipboard

Jagged row length

Open Quafadas opened this issue 9 months ago • 0 comments

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?

Quafadas avatar May 08 '25 15:05 Quafadas