Compare two different zipfile and check if the text file was only existed in one file?

Hello @rikulsilva ,

Sorry for late reply, it didn’t solve the problem. I’ll give you a scenario.

Scenario:

  1. Extract two different zip files (before and after).

  2. Check all the config files and their names inside of the Before files then you need to compare all the files of before in After files if there are the same name.

  3. Check the Before files again if has a correlation_data.txt then compare it to After files if after file has only a correlation_data.txt,

    then the expected output:

    *  correlation_order.txt
         This file only exists in afterExample.zip
    

    Note: In this 3rd part do not print literal or insert as a string of the name “correlation_data.txt” the flow will be automatically look the text file in two different folders.

  4. Compare the data of all config files inside of the Before Files to After Files. Then the expected output:

    filter_message.cfg
    before_change(Line:1): #test1
    after_change(Line:0):
    
    filter_time.cfg
    before_change(Line:6): #test2
    after_change(Line:6): #test3