How to get specific value from Data Extraction Scope(Document Understanding) output?

@Kalees9486 - Yes i have tried like below and i was able to extract it…

Say this is my excel output

I have tried the write line before writing to excel…

autoDataSet.Tables.Item(“Simple Fields”).Rows(0).Item(“Company Name”).ToString

YourExtractedDataset.Tables.Item(“Simple Fields”).Rows(0).Item(“Column Name”).To String

Output - “Compu Roots”
image .

Hope this is what you are looking for…

3 Likes