Customer Portal

Split large data set when extracting data from source

Comments 1

  • Avatar
    slechtaj
    0
    Comment actions Permalink
    Hi Marco,

    You should use Jobflows (comes with CloverETL Corporate Server) and File operations components (ListFiles) for this.
    ListFiles component can produce the list of files available for data transformation and then using ExecuteGraph, you can execute the graph for every single of the files from the list - this way you will get always one graph processed at a time.

Please sign in to leave a comment.