Customer Portal

Writing a file of Fixed Length Records

Comments 5

  • Avatar
    wmdbowler
    0
    Comment actions Permalink
    I've also tried this changing the record delimiter to \r\n and it had no affect. The output of the universal data writer continues to place all data onto one line.
    </Metadata>
    <Metadata id="memhead">
    <Record name="memhead" recordSize="-1" type="delimited">
    <Field delimiter="|" name="curentrecno" nullable="true" shift="0" type="long"/>
    <Field delimiter="|" name="caudrecno" nullable="true" shift="0" type="long"/>
    <Field delimiter="|" name="maudrecno" nullable="true" shift="0" type="long"/>
    <Field delimiter="\r\n" name="memidnum" type="string"/>
    </Record>
    </Metadata>
  • Avatar
    avackova
    0
    Comment actions Permalink
    It seems there are bugs in the writers. I'm afraid you can't do it with current Clover version.
  • Avatar
    avackova
    0
    Comment actions Permalink
    Both bugs were fixed. The fix is available in SVN branch 2.4 and will be in nearest release.
  • Avatar
    wmdbowler
    0
    Comment actions Permalink
    Thank you for the quick response. When is the next 2.4 release? I tested the 2.4.4 version and I experienced the same behavior.
  • Avatar
    avackova
    0
    Comment actions Permalink
    Version 2.4.5 was released yesterday.

Please sign in to leave a comment.