The Pegasus::Properties parser does the "wrong thing (tm)" to values containing a backslash, i.e.
dataSet2.filedDelimiter = \t
becomes
dataSet2.filedDelimiter = t
when trying to spit it out again.
The Pegasus::Properties parser does the "wrong thing (tm)" to values containing a backslash, i.e.
dataSet2.filedDelimiter = \t
becomes
dataSet2.filedDelimiter = t
when trying to spit it out again.