Hi all I'm fairly new to Alteryx,
I've a requirement where I need to convert all my CSV files (around 120 in total) into separate .yxdb files so that I can run my workflow faster as I've heard yxdb files are processed more quickly. Any feasible approach to go about doing this task at once?
I'm currently just aware about manually using 1 CSV file into input tool and then generate output as yxdb and use that output file (yxdb) again separately as an input tool for the workflow to process.
I would appreciate if there is a better approach than this which requires less effort