Customer Portal

combine two partial json into one json

Comments 1

  • Avatar
    novakj
    0
    Comment actions Permalink
    Dear Prashant,

    To combine outputs of the readers you can use the Combine component. The component Combine takes single records from each input port and combines them to single output record according to specified transformation.

    For more details about the Combine component, please see the documentation:
    http://doc.cloveretl.com/documentation/ ... mbine.html

    In the transformation function at the Combine component you can set desired join of the two files (add some brackets or comma to ensure the result is valid JSON file).

    I prepared for you sample CloverETL project based on your input files, you can take a look into the project and you can inspire from it.

Please sign in to leave a comment.