What would be the best way to fix a file that, for some reason, was written with a blank line every other line.
I am thinking of using the Remove Blank lines filter.
Is that the best way?
Fix Double Space file - Delete every other line?
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Yes. I thought that would be obvious!
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
- DataMystic Support
- Site Admin
- Posts: 2229
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Sorry! I see what you mean.
You can remove blank lines by doing an EasyPattern search replace like this:
[ capture( 0+ not cr or lf ), cr lf,
cr, lf ]
Replace with:
$1
You can remove blank lines by doing an EasyPattern search replace like this:
[ capture( 0+ not cr or lf ), cr lf,
cr, lf ]
Replace with:
$1
Regards,
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads
Simon Carter, https://www.DataMystic.com
https://www.JadeDiabetes.com - Insulin dose calculator for Type 1 diabetes
https://www.DownloadPipe.com - 250,000 free software downloads