Search code examples
csvdataformat

tilde delimited file


I need to read a tilde delimited file.

Fields are separated by tilde (~).

But sometimes there are multiple "tilde's" one after another (~~~~~~).

What is the purpose of multiple tildes?


Solution

  • if its tilde ~ delimited file then two tildes (~~) mean the field inside is empty This is by definition.

    If thats not the case its not tilde delimited