UiPath | Compare Two DataTables with LINQ | Function Intersect | Function Except | Function Union

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ก.ย. 2024

ความคิดเห็น • 13

  • @chrislivesay8676
    @chrislivesay8676 11 หลายเดือนก่อน

    Thank you! This is a fantastic tutorial

    • @ActAutomate
      @ActAutomate  11 หลายเดือนก่อน

      Thanks for the feedback Chris :-)

  • @viemingtan7508
    @viemingtan7508 2 ปีที่แล้ว +2

    Great video :)

    • @ActAutomate
      @ActAutomate  2 ปีที่แล้ว

      Thank you very much 😃

  • @robotdream8355
    @robotdream8355 หลายเดือนก่อน

    Hi, its amazing. I am following your channel. I am getting the issues with this. Could you please assist me? Inside try catch for assign activity, I am getting error "source contain no data rows". but outside try catch it showing rows. what is the exact reason for this?

  • @mscoder9902
    @mscoder9902 2 ปีที่แล้ว +1

    Thank you

  • @Ramesh.469.
    @Ramesh.469. ปีที่แล้ว

    Hello, System is not a member of 'ENumerableRowCollection(Of DataRow) while writing code in assign activity. How can we fix this problem?

    • @ActAutomate
      @ActAutomate  ปีที่แล้ว

      Did you write it (typing) or just copying?
      If copying, then you have to add the namespaces manually.
      So, either you can add the needed namespaces manually, which are important for LINQ.
      Or you can write the code again (typing). In this way, the namespaces will be added automatically.
      Please let me know if you still have the issue.

  • @sanjaykarthik2793
    @sanjaykarthik2793 2 ปีที่แล้ว +1

    Tq

  • @sangitaandhale1673
    @sangitaandhale1673 ปีที่แล้ว +1

    When we have Id and Start Date col in both excel and Identify common id from both excel and compare which id is created first by comparing the Date col and mark the status as Own by 'ExcelName' how to achieve this by linq query?

    • @ActAutomate
      @ActAutomate  ปีที่แล้ว

      Sorry Sangita, but I didn't understand your request. Can you please explain more in detail? So that I can help you!