Hi there,
I've a set of data files with a date prefix. I'd like to process each file individually fully through a workflow (carrying out Market Basket Analysis) and then write out individual output files from the analysis along with the date prefix. My ideal user input would be a start date and number of days (e.g. 30/10/2016 and 4).
I've seen various bits of generic advice referencing iterative macros, dynamic inputs and batch macros, but none seem to cover it. I feel like it should be straightforward, but I'm struggling to achieve it. The files will be very large, so I need to process each file individually.
Example filenames:
30_10_2016_inputs
31_10_2016_inputs
01_11_2016_inputs
02_11_2016_inputs
Each file will contain many rows of items along with their corresponding order ID to run through the inbuilt Market Basket Analysis R tool. I want to export the rules from the MB Inspect tool to files named:
30_10_2016_output
31_10_2016_output
01_11_2016_output
02_11_2016_output
Thanks in advance,
Paul