I am using openpyxl
to deal with many Excel operations, but similarly looking for any package to deal with .txt
files.
I have a .txt files as below, which contains data in table-like form. I have to remove the special characters from there and get the original data to be put in an Excel sheet.
=============|=============|=============|=============|
Name | Address |PhoneNumber | Age |
=============|=============|=============|=============|
Matt | B3/24 | 8475968 | 25 |
John | A1-A2 Wing| 3335968 | 44 |
Are there any?