ImportString¶
Parses a string as a supported format, such as CSV.
Options¶
"CharacterEncoding"— encoding of the input string (default"UTF8")."Numeric"— ifTrue, numeric fields are converted to numbers."HeaderLines"— number of header lines to skip (format-dependent)."Delimiter"— CSV/TSV field delimiter.