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.

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

The CSV-data looks like this:
'kitty,cute
puppy,naughty
octopus,intelligent"
Displaying the first column will show:
kitty puppy octopus
Result

