== EXAMPLE == See sctable's examples, as well as those below: {{{delimit input with ',' }}} {{{ #!sstable -column_header -input_separator , ,1,2, ,3,4, ,5,6, }}} RESULT: ||<:#CCCCCC>'''A'''||<:#CCCCCC>'''B'''|| ||<)>1.00||<)>2.00|| ||<)>3.00||<)>4.00|| ||<)>5.00||<)>6.00|| ----- {{{delimit input and output with ',' }}} {{{#!sstable -column_header -row_header -input_separator , -output_separator , 1,2 3,4 5,6 }}} RESULT: {{{ ,''' ''','''A''','''B''', ,'''0''', 1.00, 2.00, ,'''1''', 3.00, 4.00, ,'''2''', 5.00, 6.00, }}}