Skip to main content
Navigator | Tier 3
January 5, 2022
Question

Where are my files saved?

  • January 5, 2022
  • 16 replies
  • 160 views

Hi-

Just made a simple PDF Extractor Bot and ran te process. Cannot determine where my output files are saved?

    16 replies

    Most Valuable Pathfinder
    January 6, 2022

    Hi @Tayyab Hussain​ ,

     

    As i explained above you are using Extract field action which will extract fields from a PDF and assign it to variables and you are checking the outcome of the fields in the message box.

     

    If you want to extract text from a PDF file and save it as a text file use Extract text action.

     

     

    Chand
    Navigator | Tier 3
    January 6, 2022

    The Bot Ran fine, but where did it saved the extracted file and by what name?

    Navigator | Tier 3
    January 6, 2022

    Line 2Line 1

    Navigator | Tier 3
    January 6, 2022

    Followed the exact steps. Additionally added the message box. Still the same error

    Most Valuable Pathfinder
    January 6, 2022

    Can you share you code snippet?

    Chand
    Most Valuable Pathfinder
    January 6, 2022

    HI @Tayyab Hussain​ ,

     

    IN Line 2 you need to pass the "Key name" for the extracted Fields i.e

     

    $Test{"instruction"}$

     

    or

     

    $Test{"Requirements"}$

    Chand