Hi Everyone,
I need to develop an alteryx workflow that reads a .csv file from box. I need help with the dynamic selection of the file, archiving and outputting the data using a template. The .csv file would have a data column named RUNDT(format:mm/dd/yyyy) which entails which day of the month the .csv file was dumped to the input location. There will be a new file once every month.
Step 1. The workflow should only read the .csv file if detects new RUNDT.
Step 2. Archive: Copy the Input file to the Archive folder with the date appended to the filename (YYYY-MM-DD)
Step 2. After Reading, transforming the workflow will archive the .csv file into a separate location called archived.
Step 3. Once the the data is transformed, the workflow will output into that excel workbook into two different sheet using a Template.
Step 4. Append the RUNDT from the input file in YYYY-MM-DD format to filename. Ex. Inbound Freight Analysis 2022-12-29.xlsx|
I am attaching a workflow where the text input has exact same data for the Reference.csv along with the Reference_Template.
Any help and demonstration will be greatly appreciated. I am new to this space and trying to learn. Would like to see your guy's logic for Step 1,2,3, 4. Please ask me any question for more clarification. Thanks in advance