How to compare a different text file and its data inside of it, after the extraction?

@Vinit_Mhatre

Here’s the scenario:

  1. Check the filename on both file if they are the same name? Note: No need to print it out just TRUE OR FALSE.

  2. Check all the possible data inside the file LINE-BY-LINE? Note: if there’s some file with data that does not match to other file with data, use Append Line Activity to store the data comparison.

     [Example Output Results]
         filter_message.cfg
           before_change(line:1) : #test1
           after_change  : 
    
         filter_time.cfg
           before_change(line:6) : #test2
           after_change (line:6) : #test3
    

And here’s the file that I need to compare:
BeforeExample.zip (1.2 KB)
AfterExample.zip (1.3 KB)