Name Age University Pass/Fail
Peter 20 abcUniversity Pass
Terry 19 xyzUniversity Fail
Failed in Course 005
Chris 21 tyuUniveristy Pass
I used an array to split in with new line and assign each one of them into correct columns. However, it is not able to handle the line “Failed in Course 005” As the way it want for the table is,
Name Age University Pass/Fail
Peter 20 abcUniversity Pass
Terry 19 xyzUniversity Fail Failed in Course 005
Chris 21 tyuUniveristy Pass