
|
|
I'm working on the next version of Text File Splitter. I got a nifty feature implemented, that was requested a couple weeks ago. You can now use a pattern to name your text file chunks.

The blue bold text is a live preview of the parsed file name pattern. So far I have 4 tokens that can be used to name your file to your liking:
- [FILENAME] - The name of the file without the extension
- [SEQUENCE:0] - The file chunck number. Each 0 is a placeholder for a digit.
- [DATE:format] - This will allow you to add a date in the format that you specify.
- [EXT] - The file's extension.
The reset button just resets it to the default format.
Previous Page | Next Page