Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
JDMurray wrote: The problem is making sure that whatever character(s) you use for the field delimiters do not also appear in the record data. Tabs are good for numerical-only data because commas may be used in numbers, but both commas and tabs may appear in string data. I, personally, prefer using the ANSI group, record, and unit separator characters (35h, 36h, 37h), or the vertical bar, tilde, and circumflex characters. It all depends on the characters that may possibly appear in the record's fields. If you want to achieve true portability and vendor neutrally, use XML. This is what XML was invented for.
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.