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
Hi, Here you need to have create utility to perform these above activity, for PDF documents you can use PDF Tools Here.
For dividing the txt file please extract the complete data using the below function (Plugin) and then write the small amount data.
and Same for Excel.
Note: There is no direct way to implement it.