For example,
name age job
--------------- ---------------- ---------------
aaaa bbbb ccc
des1 des2 des3
--------------- ---------------- ---------------
1 2 3
dddd eeee fff
des1 des2 des3
--------------- ---------------- ---------------
4 5 6
There is a text file with many tables of this type, and these to..
name age job des1 des2 des3
aaaa bbbb ccc 1 2 3
dddd eeee fff 4 5 6
I want to convert it to an Excel file of this type.
I tried filter with regular expression but I can't get the idea out.
Any help or even a little hint is appreciated.
Tks