CSVReader.@parsers_strMacro

Construct parsers from a parser spec string. The string contains a comman separated value of the format <parser>:<length>. For example, s:10,f:2,i:5 means 10 strings, 2 floats, and 5 int's.