Hi,
I have a big text file, and I want to split it into multiple text files. And the each file is less than 1.5m file size. Anyone has the solution to help me?
Hi,
I have a big text file, and I want to split it into multiple text files. And the each file is less than 1.5m file size. Anyone has the solution to help me?
This may not be the solution you’re looking for and is not UiPath native but sometimes I find it easier to reach outside UiPath and use a tool that is a) open source and b) can be run from the command line. You can then invoke from UiPath passing it the parameters as needed.
In this case, I might look to something like
Regards
Troy
for Text files under 2 GB try this.
I don’t have access to uipath studio right now. I will write the code and upload the xaml when I get a chance.
You have to test boundary conditions.
thank you, and waiting for your source code
Did this code ever get posted?