I am working on the below project. Since I am new to UiPath need your help to sort it out.
My goal is to compare 2 csv files saved locally. I have build a sequence(Recon_IRCTC_Booking.xaml) to do the same. I have tested it on files with less rows and it works fine. However when I test on larger files, it takes a lot of time.
Can anyone help me optimize it? Thanks in advance.
I have edited the LINQ in .xaml file to also map transaction_ID and booking_amount. This too is taking a lot of time. Can anyone help me in what I have missed?