Create a library to Fetch TC from log message and update in excel

Hello Everyone, in Reframewok to fetch executed test cases (TC) and their pass/fail status from log messages, then update this information in an Excel sheet. The flow involves at least 13 components, and the test cases need to be segregated and updated in specific Excel sheets based on the component. The log message format is: “TC_01 + ‘Test Case’ + Passed.” need assistance in creating a library for this process.