The following variables contain characters that are recognized by OpenInsight as data delimiters.

Delimiter

Description

@RM

A row mark (ASCII 255). Separates rows.

@FM

A field mark (ASCII 254). Separates columns within a row.

@VM

A value mark (ASCII 253). Separates values within a column.

@SVM

A sub-value mark (ASCII 252). Separates sub-values within a multi-valued column.

@TM

A text mark (ASCII 251). Separates lines in a text column.

@STM

A subtext mark (ASCII 250). Separates sub-lines of text.

  • No labels