How to view all invoice properties without opening Validation Station

Hi, I got the solution from other source.
I do not write the value(s) to JSON file, but instead to extractionResult variable directly:

extractionResults.ResultsDocument.Fields.First(Function(i As ResultsDataPoint) i.FieldName = “Street”).Values(0).Value = vcStreet

Regards,
Vanja

3 Likes