Seeking advice in designing a map reduce script. The primary function of the script is to check if a specific folder has csv files, if csv files are found, those will be processed. The script will go through each row of the csv file and create a support case using the info in the row. I plan on using a saved search to check if there are files to be processed but I am having trouble deciding if the script should map the data per file or per row of the csv.