Customer Portal

is this a bug in the DataParser?

Comments 1

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello Mike,
    I tried it with following metadata:
    <Metadata id="Metadata1" previewAttachmentCharset="ISO-8859-1">
    <Record fieldDelimiter="," name="sample_txt" previewAttachmentCharset="ISO-8859-1" recordDelimiter="\n" type="delimited">
    <Field delimiter=",\\|;\\|:" name="cola" type="string"/>
    <Field name="colb" type="string"/>
    </Record>

    And the parsing works properly. Of course there is unneeded /r on the end in the last field, but the exception is not thrown.

Please sign in to leave a comment.