A simple powershell program to split the content of a single TXT file by user-defined MATCHSTRING value, and output the splits into individual TXT files.
To use the program:
- Copy and paste the content into the src/input/input.txt file
- Open the src/txt-splitter.ps1 in a text editor, and assign the split delimiter string value to the variable $MATCHSTRING
- Save the change, and in the command-line terminal, enter the FULL PATH of the txt-splitter.ps1 to run.
- Once completed, you will find the outputs from the following relative path output/extraction_<yyyyMMddHHmmss>/*