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 ?
vrdabberu
(Varunraj Dabberu)
June 15, 2024, 11:48am
2
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
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 .
vrdabberu
(Varunraj Dabberu)
June 16, 2024, 1:06am
8
Hi @Bramma_Vani
If you find the solution please do mark as solution to close the loop.
Forum FAQ - How to mark a post as a solution
This document is part of our beginners guide .
This article will teach you how to properly mark a post as a solution.
We were closely following our last UiPath Forum feedback round! topic and carefully extracted all the bits of feedback that was provided. As such, we would like to tackle the topic of solutions on our Forum and how to properly use them.
When is the topic resolved?
The topic can be considered resolved when the topic author has found…
Regards
1 Like
system
(system)
Closed
June 19, 2024, 1:06am
9
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.