Comparing PDF, how to get unmatch text values?

Hi ,

While comparing PDF , for each in pdf1 = split values and for each in pdf2= split values,
Pdf1=Pdf2 , then write the matching values from PDF2 text and copied into text file . This is working fine .

How to write for unmatch text values in else condition ?

Hi @Bramma_Vani

In else also keep Append Line and pass the currentItem of PDF2. This wll write the non matching values to text file.

Regards

Hi @Bramma_Vani

While you are the Matched values Use an if condition.
If matches then write in one text file.
Else Unmatched values in another text file

@Bramma_Vani,

Here is how you can achieve this.

Sample Workflow:
Unmatched Values Demo.xaml (17.6 KB)

I didn’t had the sample PDF so it’s not tested but do let me know if it don’t work as expected.

Thanks,
Ashok :slight_smile:

1 Like

Thank you so much Ashok . Your solution works and can’t download the document as it’s valid.

Here is the logic used.

Store in array

Append and invoke method

Store in text file for unmatched items

Thank you so much. Append works

1 Like

Thank you so much for your response .

Hi @Bramma_Vani

If you find the solution please do mark as solution to close the loop.

Regards

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.