How to read 3 CSV files in single control with regular expression & store it in a single .csv.
Hi Pratik,
This can be done if all 3 files are having same column(fields) structure.
Specify folder path & in regular expression use “^.*.(csv)$” .
1 Like
Thank you!