Show last authors
1 (% class="box infomessage" %)
2 (((
3 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.
4
5 [[image:store-column-brick.png||alt="send-web-request-brick.png"]]
6 )))
7
8 (% class="row" %)
9 (((
10 (% class="col-xs-12 col-sm-6" %)
11 (((
12 (% class="box" %)
13 (((
14 ==== **Example** ====
15
16 Tapping the cat lets you choose which column should be displayed.
17
18 [[image:store-column-example.png]]
19
20 The CSV-data looks like this:
21
22 //'kitty,cute
23 puppy,naughty//
24 octopus,intelligent"
25
26 Displaying the first column will show:
27
28 //kitty puppy octopus//
29 )))
30 )))
31
32 (% class="col-xs-12 col-sm-6" %)
33 (((
34 (% class="box" %)
35 (((
36 ==== **Result** ====
37
38 [[[[image:null4.png||alt="Download"]]>>https://share.catrob.at/app/project/426017d9-db1e-11ea-a5c3-005056a36f47]]
39
40 [[image:store-column-example.gif]]
41 )))
42 )))
43 )))