UiPath PDF Table Data extraxtion with ReGex

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

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

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

    This regex example was way excellent. Thank you.

    • @UiPathwithJeppe
      @UiPathwithJeppe  3 ปีที่แล้ว

      Thanks :-)

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

      @@UiPathwithJeppe Can't find "Matches" here, just downloaded the UiPath StudioX. No results found, and I can't find anything searching the available packeges as well (All Packages). What am I missing?

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

    Hello Jeppe,
    Thank you for all the great videos, they helped me a lot in my transition from BluePrism to UiPath.
    1 Question: Is it possible in UiPath to define the data table columns already while creating Regex? Eg if I entered following Regex "Name:\s(?.+) Age:\s(?.+)" into the BluePrism I would get the data table with defined columns "Name" and "Age" (i miss this function in UiPath).
    Many thanks!

  • @mpumisetshedii
    @mpumisetshedii 3 ปีที่แล้ว

    Hi Jeppe great video, what if you’re trying to loop through a folder of multiple PDFs, and what if you are only trying to write one value to the excel table

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

    What if there is a multiple lines in some columns?

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

    How to get regex activity packgae

    • @UiPathwithJeppe
      @UiPathwithJeppe  3 ปีที่แล้ว

      The "is match" and "matches" activities are part of the Uipath.System.Activities package, and should be already imported in a normal Process template project.

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

      @@UiPathwithJeppe thank you i got ❤️🙏

  • @Praveenkumar-jf4zl
    @Praveenkumar-jf4zl 2 ปีที่แล้ว

    it would be great if you have given the group names for each column pattern. Could you please modify the same regex with group name and paste it here? eg (?\d)+(?\w*)

  • @prashantgabhane4726
    @prashantgabhane4726 3 ปีที่แล้ว

    Can you please a links for learning the Regex
    As you mentioned in the vedio