...
Info |
---|
Use this page to find example workflows for Aura Digital Workforce. |
Multiexcerpt fast include block macro |
---|
name | Introduction |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
Multiexcerpt fast include block macro |
---|
name | Video |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
|
...
...
This example will extract content from a folder with 1040 tax returns. We You will then export all data extracted from the fillable form fields to Excel.
Code Block |
---|
//Copy the files in resources section below and change the path below to where they are stored
$folder = "C:\\1040"
//Create a datatable to store the results weyou are extracting from
Create Datatable $TaxForms
//Add the columns that weyou will use to store the data
Add Datatable Columns "First Name", "Last Name", "SSN", "Total Amount (1a)", "Other Income (1h)", "Source"
Foreach($pdf in $folder)
{
//This command below will extract all PDF information including from fillable fields
Extract Fields From $pdf
//WeYou will add a Pause here to let you view the extract field names
//You can view the values in the Variable Panel that is on the right of the Editor
//Pause
//WeYou can open a PDF to view the corresponding values toand choose the correct form field variable Aurathat Genta auto -generated
//The form field names are taken from the internal names of each form field
//You can remove or comment out the Pause command above when ready to run again after inspecting the values
//Now weyou want to switch to use the datatable created above to store the values
//Switch to $TaxForms
//WeYou add rows with the corresponding data
Log $_TopmostSubform0Page10f1_020
Log $_TopmostSubform0Page10f1_030
Log $_TopmostSubform0Page10YourSocial0f1_040
Log $_TopmostSubform0Page10f1_280
Log $_TopmostSubform0Page10f1_350
Log $pdf
Add Datatable Row $_TopmostSubform0Page10f1_020, $_TopmostSubform0Page10f1_030, $_TopmostSubform0Page10YourSocial0f1_040, $_TopmostSubform0Page10f1_280, $_TopmostSubform0Page10f1_350, $pdf to $TaxForms
}
//Click the Open Results button below
Add Result $TaxForms
Send Results to Genta Desktop
|
...
...
...
Aura Genta has features which that will auto automatically detect PDF data, including checkboxes, radio buttons, fillable form fields, text, textbox values, radio button controls etc…, etc.
...
Image Modified Multiexcerpt fast include block macro |
name
...
...
...
...
...
name | Related Articles |
---|
templateData | [] |
---|
page | How to Article - Include Page Stuff |
---|
addpanel | false |
---|
to Foot - Aria | | Snippet - How-to Foot - Aria |
---|
|
...
Related Articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 10 |
---|
showSpace | false |
---|
cql | label in ( "kb-how-to-article-aria" , "kb-tech-aria" , "value" , "input" , "get" , "text" , "message" , "box" ) and label in ( "kb-command-reference-aria" , "kb-how-to-article-aria" , "kb-tech-aria" ) |
---|
|
...
Include Page |
---|
| Snippet - Footer - Tech |
---|
| Snippet - Footer - Tech |
---|
|