Split Text Files Based On A Custom Delimiter With Chopping List
It can often be difficult to send very large files over the internet or copy them to a slow USB 2.0 flash drive. Almost all email, file sharing and cloud storage services have a maximum file size limit for their free accounts, which is usually in MBs rather than GBs. Another scenario is where you want to transfer a huge file using a couple of low capacity flash drives that you have handy, with none of them having enough free space for the complete file, but the total free space on all of them is adequate enough for the purpose. In such scenarios, splitting large files into smaller chunks can be a great option. The receiver can then merge the pieces together to get the complete file. That's where tools like Chopping List come handy. This free utility has been specially designed to split text files into smaller parts. Rather than using the normal file size method, it allows you to split text files based on custom delimiters. When you specify a delimiter, the file will be split at every instance of that delimiter in the text.
Read More