I have a bunch of really old texts in plain ascii. The majority of the text are simple tables formatted as next:
------------------------------------------
| Some text | 200.3 | some text |
------------------------------------------
| Another text | 30.30 | comment |
------------------------------------------
...many "lines" like above...
I need convert the text into "modern" document. Copying manually the cells into the TextEdit.app tables is really painfull job. (I'm using OS X).
Is here some possibility with some scripting how to convert the tables into RTF or DOC format? I can try make the script myself, only need some ideas how to start...