Forum Discussion
Filtering and dynamically updating list of source CSV files
- 9 years ago
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,
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,
- toddysm9 years agoNew Member
Thanks Simon-Hou,
The confusion was that after filtering I wasn't seeing all the files I expected to see. Refreshing from the source solved this. Appreciate the suggestion for Custom Function though - this will come handy