Hi Alteryx Community,
I am working on a workflow to process and validate 28 CSV files dynamically from a folder and generate a detailed PDF report summarizing the results.
The workflow needs to:
- Dynamically Load 28 CSV files from a particular folder. These files will be updated every day so this workflow needs to run everyday.
- Perform file-level and record-level validations (e.g., checking file names, data types, case sensitivity, uniqueness, and value consistency).
- Include data quality checks, such as ensuring sales data is within a range and identifying gaps or inconsistencies in historical trends.
- Output a PDF report with summaries, validations, and any identified issues.
I am looking at suggestions on how to build this workflow and which tools will be helpful.
Any tips, or examples would be highly appreciated!Thanks in advance!