UiPath Extract PDF Text & Save to Excel Example

Поделиться
HTML-код
  • Опубликовано: 23 авг 2020
  • Here's how can get PDF text and have UiPath save the data to Excel. This example demonstrates how you can loop through multiple PDF files in UiPath, use an Anchor Base activity to extract PDF text data, and then use a UiPath Excel activity to save the extracted PDF text to Excel. It's all done in UiPath studio, and while it sounds like a lot of work, you'll be surprised just how easy the task of reading a PDF and saving to Excel with UiPath actually is.

Комментарии • 28

  • @gabrielgomesbatista9246
    @gabrielgomesbatista9246 3 года назад +2

    Camaron, I'm from Brazil and right now I'm on a project using UiPath and your video saved me. Thank you very much!!

    • @cameronmcnz
      @cameronmcnz  3 года назад +1

      As a Brazilian you should know that only Jesus saves. But I am certainly happy to have helped!

  • @stevee6305
    @stevee6305 2 года назад +1

    This is an amazing video, really informative - Thank you!

  • @tlewisin
    @tlewisin Год назад

    Excellent thanks a lot....👍

  • @vikaschoudhary7970
    @vikaschoudhary7970 2 года назад +1

    Hi Cameron McKenzie, Your video is really interesting and this made me to practically use the UI Path. I was able to understand the complete video and was trying to execute it, however, while getting the start process, i am unable to use the command file.tostring. It shows come error stating that the reference to a non-shared member requires an object reference. Can you please help me through using the command file.tostring, as to how do i go about it.

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

    Hey @ Cameron how to select multiple cells or range from multiple excel file one by one and Paste in Transpose mode in one excel automatically using Uipath ??

  • @chuhanpu
    @chuhanpu 2 года назад +1

    thanks it helps me a lot

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

      So glad it could help out. UiPath is really amazing!

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

    Does Ubuntu os supports uipath studio?

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

    Thank you so much for this video! I did not check the Title in the first anchor but the excel sheet keeps storing the pdf titles only

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

      Any chance the PDF isn't tagged? If it's not, you have to use OCR. :(

  • @zero6699his
    @zero6699his 3 года назад +1

    Hi Cameron,
    Thanks for your efforts..
    Does anchor base works with web or just PDF files ?
    Thanks again

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

      Indeed! In fact, many people are surprised that you can use them on PDFs, because they've only ever used them with web pages.

  • @lucaturco9720
    @lucaturco9720 Год назад

    Hi Cameron, I'm trying to follow your instructions using UiPath StudioX 2023.4.1 but I get lost at the second step. Are commands and menu voices so different from the time you recorded this tutorial?

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

    Hey Cameron Good day to you, This is Richard, i am continuously watching your session, just need you expertise for some project that we need to provide with Event Viewer. Step1 Type in the Event Viewer on the search tab, press enter Step 2: Double click Windows logs and click Application. Step 3 is the critical part that i cannot figure out. Client wants me to only get the "Error" without using the Filter logs. they want me to get the data for all Error for "Date and time", "Source" , "Event ID" and the message in "General" automatically save it to Excel file. what function in UI path do i need to use? filtering the log for error will have more or less 2899 datas that need to be extracted. Appreciate your help.

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

    The attach window not available after instal UIPATH.UIAUTOMATION

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

    I run this step by step project but error show system.io.iexception
    Not assess excel file

  • @srishtikumari6664
    @srishtikumari6664 Год назад

    What if pdf have multiple pages?

  • @krishanbandara198
    @krishanbandara198 3 года назад +1

    Thank you very much for the tutorial, well can you also show how to copy multiple rows from one pdf files and save to excel row by row

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

      Your wish is my command, Mr. Bandara. This tutorial extracts specific text, as you mention. To get a row of data you would use the UiPath data scrape facility, and here's the link to that tutorial. If you have data in rows you would use the data scrape. If you have individual fields, you use the extract data UiPath activity. And obviously, with a typical invoice, you would combine the two activities together to get all of the information you need. Here's the tutorial where I grab rows from a PDF invoice with UiPath and write to Excel. Enjoy!
      ruclips.net/video/k5eG8vc8u_8/видео.html

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

      @@krishanbandara198 What data are you trying to pull out of it?

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

      @@cameronmcnz Sir, actually I want to extract all data from pdf to excel using UIPath , is there any way to do that sir ? , Thank you

  • @packmastergundogs
    @packmastergundogs 3 года назад +1

    how would you extract data that doesn't have a consistent anchor text across all the pdf's in the immediate vicinity of the text string you want to extract

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

      Without a predictable pattern, you can't. You need some way to consistently identify the text. If not, you may have to go to OCR and regular expressions, or worse, use AI, which is a whole other ball of yarn.

  • @maudirezki9917
    @maudirezki9917 3 года назад +1

    Hi Cameron, will this possible to be implemented using StudioX instead of Studio ?

    • @cameronmcnz
      @cameronmcnz  3 года назад +1

      I'm not sure if any of the features I used here are unavailable in StudioX.

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

      Thank you for your kind reply, currently learning uipath studio without programming background :D, do you have any basic programming video/book recomendation that relates with UIPath studio ?