UiPath PDF Table Data extraxtion with ReGex

Поделиться
HTML-код
  • Опубликовано: 27 июл 2024
  • A short tutorial where I'll extract data from a table in a PDF document using regular expressions and the RegEx builder in UiPath Studio.
    #uipath #pdf #regex
  • НаукаНаука

Комментарии • 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

  • @prashantgabhane4726
    @prashantgabhane4726 3 года назад

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

  • @kiran900020
    @kiran900020 2 года назад

    What if there is a multiple lines in some columns?

  • @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*)

  • @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 ❤️🙏