UiPathTutorial 29-Compare two excel sheets and update the cells |Lookup Data Table |Excel Comparison

UiPathTutorial 29-Compare two excel sheets and update the cells |Lookup Data Table |Excel Comparison

QA Automation Lab

4 года назад

23,904 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sudhanshuvats8293
@sudhanshuvats8293 - 04.10.2020 08:14

Hi, thanks for video, can you please suggest if there are two table with 45 columns and i have to update old data with new for all column, so do we have to use 45 lookup or there is another way, please share your view

Ответить
@douglasflores70
@douglasflores70 - 11.12.2020 04:26

I had a problem when i try, if i have 2 same name in EmployeeName (duplicated Row with one designated in sheet 2 and the other not) they don't work, they follow the config like equal the other =(

Ответить
@mrsjaya73
@mrsjaya73 - 15.01.2021 20:16

Do you have a video to demp comparing two columns from excel 1 to two columns in excel 2 and updating excel 1 with data from excel 2 if match is found?

Ответить
@Praveenkumar-jf4zl
@Praveenkumar-jf4zl - 27.05.2021 13:26

Hi Mam, May i know where can i learn the expressions/ syntax from the basics? (for eg: the assign expression u have used)

Ответить
@DeepakKumar-ov5xp
@DeepakKumar-ov5xp - 25.07.2021 10:04

Hi Madam Good Afternoon.Hope you are doing good.I am facing error message while executing same case .Below i have provided details.
Getting error {
"message": "Assign: Column 'UpdateDesignation' does not belong to table DataTable."

Eventhough column 'UpdateDesignation' belong to correct Datatable.



ReadRange 1st Sheet o/t=DTMaster
ReadRange 2ND Sheet o/t=DTUpdate
ReadRange 1st Sheet o/t=ResultMasterDT

For each row in DTMaster Datatable ,Row Index:RowIndex1

Lookup Data table
DataTable :2nd sheet -DTUpdate
Lookup Value:row("Employee Name").ToString
Coloum Name:"Employee Name"
Row Index:RowIndex2

If RowIndex2 <> -1

ResultMasterDT.Rows(RowIndex1).item("Designation")=DTUpdate.Rows(RowIndex2).item("UpdateDesignation")

Please help if i need to share any more info.

Ответить
@DeepakKumar-ov5xp
@DeepakKumar-ov5xp - 26.07.2021 21:07

Hi Madam Good Evening-Sharing log message :RemoteException wrapping System.ArgumentException: Column 'UpdatedDesignation' does not belong to table DataTable.
If you get's chance to look into my issue ,please suggest to resolve this issue & i will able to share additional info if required.Thanks .

Ответить
@DeepakKumar-ov5xp
@DeepakKumar-ov5xp - 27.07.2021 13:27

This is resolved now ,as there was cell value space in DT .

Ответить
@seconds_cooking
@seconds_cooking - 02.08.2021 13:17

Very useful . Thank you so much mam.

Ответить
@digvijaysingh2503
@digvijaysingh2503 - 03.12.2021 13:17

Hi,
I am getting an error in for each row datatable
"Non invocable member currentrow cannot be used like a method.
Can you help me to rectify it

Ответить
@zishansk1754
@zishansk1754 - 03.02.2022 14:52

thank you so much ma'am love the way you explained it so prettiest way. never ever saw presentation like this

Ответить
@mokindbhosle1909
@mokindbhosle1909 - 09.12.2022 14:30

Thank you so much Mam for such wonderful and informative video....👍👍😊😊

Ответить
@Dineshkumar40038
@Dineshkumar40038 - 05.01.2023 19:57

Can you drop video of movement request transfer using uipath

Ответить
@jayanmithun1
@jayanmithun1 - 10.03.2023 07:40

Saved my day. Thank you so much.

Ответить
@vikassaini3423
@vikassaini3423 - 05.05.2023 09:54

mam you provide paid training if you provide paid training i am ready to paid you for the training please reply for providing valuable lecture

Ответить
@AutoBots_Siva
@AutoBots_Siva - 10.08.2023 06:17

Thankyou ❤

Ответить
@ViveksaiKurugodu
@ViveksaiKurugodu - 09.05.2024 13:22

Hello ma'm,
Good explanation.
I am doing the same scenario as you said
But there is some complexity I am facing with modern mandatory fields.
In the column number field it suggested for column index.
In the video by the time you made the video there is no option.
Could you please suggest what to give in the column number field?

Ответить
@QAAutomationLab1
@QAAutomationLab1 - 02.10.2020 12:58

Hi Guys! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!

Ответить