I converted a PDF into a text file, and the result is that most numbered lists have multiple line breaks. I would like each numbered item to be on its own line, regardless of the line length. I'm trying to insert the lines as records into a database.
Example: I want to convert
to
Any help would be greatly appreciated.
Example: I want to convert
Code: Select all
1. some text
and more text
and a little more
2. more stuff
3. other stuff
and some
more other stuff
Code: Select all
1. some text and more text and a little more
2. more stuff
3. other stuff and some more other stuff