Forum Discussion

toddysm's avatar
toddysm
New Member
9 years ago
Solved

Filtering and dynamically updating list of source CSV files

Hello,   We have jobs that runs every hour and generate CSV files that follow pattern similar to:   YYYYMMDD-HH_some-static-text.CSV Where some-static-text is specific to the job that is gener...
  • v-sihou-msft's avatar
    9 years ago

    toddysm

     

    Since all your CSV files are under same folder, you can get data from folder.

     

     

    You will get the metadata of the folder. Add a text filter on Name column to keep expected files only.

     

     

     

     

    "Invoke Custom Function" the transform file from the folder.

     

     

    Now you just need to remove other columns and expand the "Table" column to get the combined dataset.

     

     

    Regards,