@alexcabuz This feature is so amazing!!! Already Started working today in this .
Will you guys help me on how can i get an individual values like all the fields from the dataset output (Say output Dataset : ds)
I am trying with for each activity and trying to print , but it was not expected filed results some random text i got …
Help me guys, what was the process to print all the field values from extracted json.
Any chance you can elaborate on this a little more. I’m not seeing a lot of information about getting the dataSet parsed and into excel in the documentation and I have been unable to figure it out.
I took the demo invoice reader file, added an “export extraction results” activity to convert the extractionResults to a DataSet. After that, I am not certain how to get the fields extracted into excel or any format other than the .json that the demo has set up.
I use Export Extraction Results and set the output to a variable called “validatedDS” (DataSet)
I do a For Each dt in validatedDS.Tables, and I set the type argument to System.Data.DataTable
inside the For Each loop, I do a Write Range to a file of my choice (I am using the name of the document being processed, in my case stored in the “item” string variable), and i write a tab with the name dt.TableName, and in that tab I write the entire dt DataTable.
To make sure you can view the field names as well, please check the AddHeaders option of the Write Range activity.
And also When i am executing as same as your workflow after export extraction results , But i am not getting expected results its only giving the last 6 fields only i don’t know why .
Will you tell me ? why?
@Sriram07
if confidentiality is not an issue, please send me the full workflow with one file that the issue reproduces on - I would like to have a look and see what is not working.
THanks!
please allow to rotate the invoice while in the validation station, otherwise will be tedious for the personnel to validate the document in the horizontal mode