Customer Portal

CloverETL Integration with GoldenGate

Comments 1

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi sameerj365,

    We do not have special connector for this kind of files. You have at least 3 workarounds:

    1) Use generic reader like ComplexDataReader. Because this format is quite complex, it won't be easy.

    2) Try to use logdump (or this or this) for dump into plain text file which can be extracted using UniversalDataReader.

    3) Write custom transformation for component Reformat. This transformation would be implemented using official Java library.

    I hope this helps as overview of options.

Please sign in to leave a comment.