Customer Portal

ASCII file with 2 Level and optional delimiters

Comments 1

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi,

    We have a special component ComplexDataReader for such non-homogenous data in commercial Designer. It serves for exactly this purpose.

    http://doc.cloveretl.com/documentation/ ... eader.html

    It would be quite difficult and inconvenient to emulate functionality of this component with UniversalDataReaders and Reformats. I would read the input file using metadata with one string field and new line character as a record delimiter and then parse the lines with some set of rules in Reformat. You will probably also need a few global variables to store headers you already read.

    Regards,

Please sign in to leave a comment.