Comma Separated files would likely exist because they're human readable, whereas FS/GS/RS/CR/LF are not visible.
There is "pipe delimited" which used "|" (ASCII 124 decimal) to separate fields, which actually makes way more sense, because that character is rarely used in normal text.
It's also a good separator when a human is reading the file.
Comma Separated files would likely exist because they're human readable, whereas FS/GS/RS/CR/LF are not visible.
There is "pipe delimited" which used "|" (ASCII 124 decimal) to separate fields, which actually makes way more sense, because that character is rarely used in normal text.
It's also a good separator when a human is reading the file.