Hi All,
Really hoping I can get some help from anyone here.
Essentially, I've got a request to build a workflow that goes into folders categorised on a monthly basis picks up some files, combines them and generates an output for review. The challenge is each file is very large (on average 60-100MB and over 700k lines) and we're looking to open each file (circa 60 in total), filter on the line items by "Product" for example, combine the output then filter on the next file. I've created a macro that can read each file and carry out the process but my challenge is something always seems to break and the time it takes to run the workflow is really long. My question is, is there a way to compress the file, or read it in as a .yxdb even though its a .xlsx file and then carry out the other processes afterwards?
Appreciate the help!