EPM Automate to load data into ARCS- Automated script
We are using EPM Automate to load data into ARCS. Currently we have a bat file (importdata.bat) that was created and is launched manually from the cmd line and contains 5 arguments.
Command used to manually import the data is: importdata.bat <month> <filetype> <RorA> <Filename> <FileSourceType>
Examples: importdata.bat 2 Aging R STP_Aging.csv 2
importdata.bat 3 AP A STP_AP.csv 1
We are looking at a way to automate the batch however I'm stumped at how this can be accomplished as the arguments can change with each load. Looking for suggestions. A simple windows task I don't believe is going to robust enough??