Skip to content

Instantly share code, notes, and snippets.

@Krowemoh
Forked from jbratu/openinsight system delimiters.md
Last active August 3, 2022 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Krowemoh/e4d681ca5fcaf3f3af94f7949937076a to your computer and use it in GitHub Desktop.
Save Krowemoh/e4d681ca5fcaf3f3af94f7949937076a to your computer and use it in GitHub Desktop.
Multivalue Delimiters
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