I received a huge text file from my boss containing client details. Everything is in one giant paragraph separated by commas, and some of it has weird HTML tags like <b> and <p>. Doing this manually in Notepad is a complete nightmare. Is there a free tool to break this into a clean, numbered vertical list?
How to instantly clean and split messy text blocks or emails into sorted lists?
Verified
I received a huge text file from my boss containing client details. Everything is in one giant paragraph separated by commas, and some of it...
Comments (8)
How to instantly clean and split messy text blocks or emails into sorted lists?
1. Paste your messy text in the input box.
2. Set "Split Target By" to Comma.
3. Look at the "Filter & Clean" section and turn ON the Strip HTML Tags switch.
4. Turn ON Add Numbering at the bottom.
5. Click Process & Split. You will get a clean, numbered list without any code!
1. Under "Split Target By", open the dropdown and select Regex (Advanced).
2. A custom input box will appear below it. Type your pattern there, like Error\d+.
3. Click the split button. The tool will cut the text exactly at those patterns.