Python Forum
Parsing and adding values to table - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Parsing and adding values to table (/thread-11301.html)



Parsing and adding values to table - raulklk - Jul-02-2018

Hi All,

I have a output file called output.txt and i wanted to parse it with specific keyword and if its there then below table should be created and contents should be updated:

Testcase Feature ExpectedResult ActualResult PASS/FAIL


RE: Parsing and adding values to table - buran - Jul-02-2018

sounds like a great project, start coding :-)