Nested List with CSV File

I would like to know how can I read a csv file using a query and storing every part of a row in a list, instead of storing the whole file in a list.

Instead of reading the file like this:

I would like to read it like this:
[["Burger King","1"],["Canadian Pizza","1"],etc]

Here is an image of the whole csv file:

Here are the blocks I used:

And here is the whole AIA File.
Nested_List.aia (2.4 KB)

Thanks

Try this one

Nested_List_1.aia (2.8 KB)

1 Like