EXAMPLE
See sctable's examples, as well as those below:
{{{delimit input with ',' }}}
,1,2, ,3,4, ,5,6,
RESULT:
A |
B |
1.00 |
2.00 |
3.00 |
4.00 |
5.00 |
6.00 |
{{{delimit input and output with ',' }}}
1,2 3,4 5,6
RESULT:
,''' ''','''A''','''B''', ,'''0''', 1.00, 2.00, ,'''1''', 3.00, 4.00, ,'''2''', 5.00, 6.00,