Skip to content

Instantly share code, notes, and snippets.

@jbratu
Last active August 3, 2022 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jbratu/29b3ba6133fd17285b9fff665fada315 to your computer and use it in GitHub Desktop.
Save jbratu/29b3ba6133fd17285b9fff665fada315 to your computer and use it in GitHub Desktop.
OpenInsight and AREV system delimiters with ASCII, decimal, and hex values.
Delim Ascii Dec Hex Desc
@RM ÿ 255 FF Row mark. Separates rows.
@FM þ 254 FE Field mark. Separates columns within a row.
@VM ý 253 FD Value mark. Separates values within a column.
@SVM ü 252 FC Sub-value mark. Separates sub-values within a multi-valued column.
@TM û 251 FB Text mark. Separates lines in a text column.
@STM ú 250 FA Subtext mark. Separates sub-lines of text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment