Hello All,
We are having a requirement to split the document uploaded by the user into smaller documents if the size of the document uploaded by the user is more than 5MB.
The file type can be any like Excel, txt, pdf etc. We need to create a solution that will pick the file and divide that in small size files and save in Appian document folder.
Thanks in advance for your response.
Regards
Discussion posts and replies are publicly visible
This comes with a lot of challenges. How would you take care of the order and on what basis would you split the excel file? What if the file has only one sheet with a lot of data? What if the rows are fewer but the columns are more?