Store column [value] of the comma-separated values [value] into list [list]

Last modified by admin on 2023/10/05 08:52

Stores a specified column of CSV (comma-separated values) data into a specified list. Every element of the specified column will be added as individual item into the list.

send-web-request-brick.png

Example

Tapping the cat lets you choose which column should be displayed.

store-column-example.png

The CSV-data looks like this:

'kitty,cute
puppy,naughty

octopus,intelligent"

Displaying the first column will show:

kitty puppy octopus

Result

Download

store-column-example.gif