Customer Portal

Denormlizer Help For New User

Comments 1

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hello Jcatoe,
    as you rightly indicated, such transformation would require a bit more complex CTL coding. However, the component that would ‘do the trick’ is called Normalizer as the input data shown in your post is, in fact, denormalized. Attached is an example graph demonstrating the usage of the Normalizer component based on your case. The main idea is to split the Sequence field (by a comma as the delimiter) in the count() function and to push the number of the delimited sub-fields as the number of iterations to the transform() function. I would suggest reviewing out documentation to get a deeper insight into how Normalizer is designed to work.
    On the side note, you can perform the entire transformation within the Normalizer component if you wanted to. However, I pulled out the minor cosmetic transformations into a separate Reformat component in order to keep the data normalizing code as transparent as possible. In the Reformat, you can than observer the usage of CloverETL sequences and the usage of the right function.
    Kind regards,

Please sign in to leave a comment.