TabStream

Takes two parameters, Data, bHasHeader

Usage:

Data, bHasHeader
Data, ["y"]

Description:

Given the tab delimited data from any source in a TopQuery field, it is parsed into the WorkQuery using CRLF characters for Records and TAB characters for Fields.

As an optimization, this command does not correctly parse whitespace within a field, or handle quotes within quoted fields. Only use this command if the data is from a trusted source and these limitations are not an issue. For general purposes, the TabStreamWS command should be used instead.

When loading a file instead of any other source, in most cases you want to use either LoadTabFile or LoadTabFileWS instead.

Example:

TabStream MyData