How can I check if there’s the same file to the other file also check all data if the same on both file?

How can I check if there’s the same file to the other file also check all data if the same on both file?

Hi @fniedez

Use the below function if it’s in text output.

code: Text_Out1.equals(Text_Out2)

Thanks!!!

@Kaviyarasu_N

How can I print the output to check if its correct or not? What exact name should I get?

Hey @Kaviyarasu_N

Hi @fniedez

I am not sure of your exact requirements.
Let’s assume you read two text files and checked whether both were the same or not.

For scenario 1, read both text files and store the output as text1 and text2.

Use this code to determine whether the answer is “true” or “false.”
text1.equals (text2) or text1.contains (text2).

Thanks!!!

@Kaviyarasu_N

I mean how can I see the output; I need to check if it’s TRUE or FALSE?

Hi @fniedez
Please refer the below xmal file.

Main.xaml (8.4 KB)

Thanks!!!

@Kaviyarasu_N

I can’t open you file. Can you please take a screenshot of them so I can see your workflow?

Regards,
France