Hello ,
I have 2 files, First file (master.txt) contains 2 coulnms,
first coulumn is Test case name and other is product name.
Second file contains only one column test case name and fail record contains ! mark infornt for the record.
I want to add product name in second file comparing test case name .
If Second.testname= first.testcasename
add Product name in second file infront of test case name .
I have 2 files, First file (master.txt) contains 2 coulnms,
first coulumn is Test case name and other is product name.
Second file contains only one column test case name and fail record contains ! mark infornt for the record.
I want to add product name in second file comparing test case name .
If Second.testname= first.testcasename
add Product name in second file infront of test case name .