Invoice Extraction: Extract PDF Invoice to Excel with UiPath

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 26

  • @roshansrkokil7649
    @roshansrkokil7649 8 місяців тому +3

    Very good explanation

    • @TomsTechAcademy
      @TomsTechAcademy  7 місяців тому

      Thank you for your comment, glad my video was helpful for you :)

  • @docoRPA
    @docoRPA Рік тому +1

    For the given invoice example in the video, the TextToLeft/Right works fine because the text part always appears BEFORE the value. I have an invoice when converted to text has the value AFTER the text e.g. "some thing is here 5,000 Total etc etc" rather than "some thing is here Total 5,000 etc etc". I can get the left part of Total to give me " some thing is here 5,000 " so in this case I would need to split the string by " " and get the last element of the string array, rather than the first which TextToLeft/Right gives you. i.e. the result would be "thing is here 5000 etc etc" if i tried to use TextToLeft/Right returning the right side. Of course I can just write my own split to return the last element, (or reverse the order of the lines in the original text and apply TextToLeft/Right) but it would have been nice to have a Boolean property in TextToLeft/Right to allow splitting by the last appearance of the separator , instead of always splitting by the first appearance of the separator.
    I'm thinking of the business users of UiPath Studio /StudioX

  • @buddy4eva556
    @buddy4eva556 11 місяців тому +1

    Hello, I can't seem to join some words of the same column together. Like how you did for the "Decorative clay pottery", can you help me? I have other rows which do not require this change so how should I make the necessary changes without amending my other data?

    • @TomsTechAcademy
      @TomsTechAcademy  11 місяців тому +1

      This method only works if the distance between columns is different than the distance between words (1 space). In other scenarios I would suggest to use RegEx extraction

    • @buddy4eva556
      @buddy4eva556 11 місяців тому +1

      @@TomsTechAcademy I see, thank you.

  • @docoRPA
    @docoRPA Рік тому +1

    Use this method to extract straight forward data and combine with Regex for any data not conforming to this method

    • @TomsTechAcademy
      @TomsTechAcademy  Рік тому

      Exactly, I’m planning another video on the more “advanced” RegEx extraction soon 😀

  • @midoeez1391
    @midoeez1391 8 місяців тому

    after i'm done with creating the project can i add more invoices to the input folder ? will it work the same ?

    • @TomsTechAcademy
      @TomsTechAcademy  8 місяців тому

      You can add more invoices, though the format needs to be the same. I would definitely encourage to create (or download) some invoice templates and experiment with reading them :) that's how you learn UiPath!

    • @midoeez1391
      @midoeez1391 8 місяців тому +1

      thank u so much
      @@TomsTechAcademy

  • @muhammadwahyudi1382
    @muhammadwahyudi1382 Рік тому +1

    thank you

    • @TomsTechAcademy
      @TomsTechAcademy  Рік тому

      Thank you for your comment, glad my video was useful for you 😀

  • @25_kengheng38
    @25_kengheng38 5 місяців тому

    Hi, I want to use 3 invoices but the thing is that the values of each invoice will overwrite each other. I added a read range workbook as well as an assign and now it says that it cannot process as its being used by another process. Can you help me ?
    Thanks a lot

    • @25_kengheng38
      @25_kengheng38 5 місяців тому

      I have also added increment row but it still isn't working

    • @TomsTechAcademy
      @TomsTechAcademy  5 місяців тому

      Hi, please post this question on my Discord channel - this way I can help you better: discord.gg/WHJWFNDXXX

  • @overlord6502
    @overlord6502 Рік тому +1

    is just only can extract English language? I use Arabic language

    • @TomsTechAcademy
      @TomsTechAcademy  Рік тому

      You should be able to extract any language as long as the format is similar 😀 just use other text in the “text to left / right” activity

    • @overlord6502
      @overlord6502 Рік тому

      @@TomsTechAcademyGreat you r great man ❤

  • @PraveenSingh-cl2or
    @PraveenSingh-cl2or 4 місяці тому

    I have only a single space between each item in the column. "10 Nutrimatic Drinks Dispenser 4,200.00 42,000.00" These are the items in the column. I am unable to put "Nutrimatic Drinks Dispenser" in a single column as you see this is the name of the item. You have used Pipe symbol to separate it because you have single and double space bot and you are able to split it. Please tell what can be done if there is only single space.

    • @TomsTechAcademy
      @TomsTechAcademy  4 місяці тому

      Hi Praveen, for this more complex scenario you probably want to work with RegEx. My friend Jeppe has a good video about using RegEx for form extraction: ua-cam.com/video/zcAKBp-qFP8/v-deo.html

  • @Gannilifts
    @Gannilifts 8 місяців тому

    im not getting the output as pdf.txt it is not showing any txt file in my file location

    • @TomsTechAcademy
      @TomsTechAcademy  8 місяців тому

      Can you try to navigate to your project files (instead of the actions sheet, navigate to "project" on the left side of your screen). Now right click on "main.xaml" and click "open file location". Can you check whether pdf.txt is stored in this directory? Otherwise, I would recommend to check whether the scope of your variables is configured correctly.

    • @Gannilifts
      @Gannilifts 8 місяців тому +1

      i got it thank you
      @@TomsTechAcademy

  • @vincejairam9663
    @vincejairam9663 11 місяців тому

    Very hard to see, the video is not sharp

    • @TomsTechAcademy
      @TomsTechAcademy  11 місяців тому

      Can you please click on the gear icon at the right bottom of the YT video and change the resolution to 1080p? The video has been recorded in 1920*1080 resolution so it should be sharp?