Customer Portal

INPUT with different records

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hi !

    It is, so far (as of Clover 1.1.7), not directly supported. You would need to create some benevolent record format first - say 1st field record_type as string, colon as delimiter and then second field as string - containing the actual data. This can be read/parsed by existing DelimitedDataParser.
    Then in reformat component you can split it into two(or more) different records/ data flows based on value of the first field.
    But this requires creating transformation function/class.

    Future versions of Clover can have better support for this as we have it on our to-do list.

    David

Please sign in to leave a comment.