Is it ok if we compare
. line 1 of file1 vs line 1 of file 2
. line 2 of file1 vs line 2 of file 2
…
. line n of file1 vs line n of file 2
?
If yes, you can use Generate DataTable activity to put data of 2 text files into 2 datatable variables.
Then use For each row activity to compare each row of file1’s datatable with same-index-row of file2’s datatable
There is no difference with its behavior with / without orchestrator.However, you need to make robot can access the package such as add market place (former Go!) url to your robot settings if there isn’t, or put the package in your repository. The following document will help you.
Instructions to install custom activity do not work…
As a workaround, you can directly download the package (UiPathTeam.TextComparisonDesign.Activity.1.8.0.nupkg) from download link on left side in the page.
Then you need to put the package to your local repository, or add custom local feed url/path to settings of Package manger of Studio.
I just found size of the downloaded file from the web page is zero. There might be something wrong with the web page. Can you check your file?
If your file size is also 0, can you try the following file?
Thanks, now I was able to install it. Making progress. Next issue: I get a variable output error. Where do I find System.Collections Generic.List(Of Strings)? I found one but the activity still gives error.