This is the optimized token format that reduces token count by 50%.
Instead of emitting separate Field, FieldDelimiter, and RecordDelimiter tokens,
only unified field tokens are emitted with the delimiter property indicating
what delimiter follows.
Type Parameters
TrackLocationextendsboolean = false
Whether to include location information (default: false)
Example: Without location tracking (default, fastest)
Token type.
This is the optimized token format that reduces token count by 50%. Instead of emitting separate Field, FieldDelimiter, and RecordDelimiter tokens, only unified field tokens are emitted with the
delimiterproperty indicating what delimiter follows.