Customer Portal

changes in version 2.1

Comments 3

  • Avatar
    oldforum
    0
    Comment actions Permalink
    I found that if I change all of the field types in the file to integer it works fine. Before they were numeric and string.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    I found out about the integer working because I tried to run it with only the first field and it worked. Then I changed the data in the next two columns to integer and removed the other fields. and it still worked but if I changed them to numeric it failed

    Here is the original metadata:


    <?xml version="1.0" encoding="UTF-8"?>
    <Record name="spridenSelectedFields" type="delimited">
    <Field delimiter=";" name="SPRIDEN_PIDM" nullable="true" type="integer"/>
    <Field delimiter=";" name="SPRIDEN_ID" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_LAST_NAME" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_FIRST_NAME" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_MI" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_CHANGE_IND" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_ENTITY_IND" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_ACTIVITY_DATE" nullable="true" type="date"/>
    <Field delimiter=";" name="SPRIDEN_USER" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_ORIGIN" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_SEARCH_LAST_NAME" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_SEARCH_FIRST_NAME" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_SEARCH_MI" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_SOUNDEX_LAST_NAME" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_SOUNDEX_FIRST_NAME" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_NTYP_CODE" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_CREATE_USER" nullable="true" type="string"/>
    <Field delimiter=";" name="SPRIDEN_CREATE_DATE" nullable="true" type="date"/>
    <Field delimiter=";" name="SPRIDEN_DATA_ORIGIN" nullable="true" type="string"/>
    <Field delimiter="\n" name="SPRIDEN_CREATE_FDMN_CODE" nullable="true" type="string"/>
    </Record>
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello !

    Can you send us the metadata referenced in the source code to dpavlis@berlis.de ?
    We will try to replicate the problem.
    One question -> is the data file you are reading created by previous version of Clover - 2.0 ?
    Version 2.1 has different (hopefully better) way of serializing binary data - which is read by CloverReader/CloverWriter.

    David.

Please sign in to leave a comment.