[Solved] How do I convert highly formatted textual table data into HTML? [closed]

Something like this should work. Example is a text file called my_data.txt which contains the following which is literally based on your example: \———\————-\————-\ | Username| IP | Connected | \———\————-\————-\ | test | 127.0.0.1 | Yes | | atest | 192.168.2.1 | No | | aaa | 1.2.3.4 | Yes | \———\————-\————-\ Here is … Read more