If I have a Character Separated Value [CSV] file, where the character is
any 7 bit hexadecimal character instead of simply 'comma' separated - eg:
STX [0x02],
how can that be specified in a '<xs:sequence dfdl:separator="..."'
attribute?

I tried '<xs:sequence dfdl:separator="&#xE002;"'. Syntactically it is
correct but daffodil is not recognizing the STX [0x02] character as a field
delimiter.

[image: image.png]

Thx in advance,

Attila

Reply via email to