Customer Portal

Database Lookup possible?

Comments 1

  • Avatar
    psimecek
    0
    Comment actions Permalink
    Hi Peter,

    Have you tried to use lookup tables?
    http://www.cloveretl.com/documentation/ ... ables.html

    You can easily create one lookup table for each of your tables, as described in here:
    http://www.cloveretl.com/documentation/ ... ables.html

    CSV file can be read by the UniversalDatarReader component, read records then sent (e.g. via SimpleCopy component) to instances of the Reformat component - one instance per a lookup table. In each Reformat component you will need to define a custom transformation that uses a CTL function lookup in order to search for a record in DB.

    An example of lookup tables usage can be found at RealWorldExamples (which you can add into your workspace by New -> CloverETL Examples Project).

    Pavel Simecek

    Javlin

Please sign in to leave a comment.