$x
$x
Specifies the xth cell in the current line (where $1 is the first cell).
Example:
$2
The second column.Example:
$4::BigDecimal
The fourth column, formatted as BigDecimal.
Example:
$17::UTInteger
The seventeenth column, formatted as UTInteger.