Accessing nested values in a table

Hi @kll, thanks for the suggestion and example code.

Iterating through the columns and rows of the table like you did is the first thing I tried. But the problem stays the same:

  • values next to a bracket are not taken into account
  • it’s returning single float values, not sublists

I also tried the loadSpreadSheet() function from the HiVis library but got an error (1st arg can't be coerced to java.io.File) with both csv and xlsx files.

Spent most of the day on this and still can’t figure out a viable solution to manipulate nested tabular data with Processing.