Error when inserting the values into custom tabular fields of Extraction Result

Hi ,

To modify the simple field values from Extraction Results i am using this syntax

io_ExtractionResults.ResultsDocument.Fields(7).SetValue(new ResultsValue(" ",nothing,0,0))

But for modifying the table fields i am getting compilation error.

I have created a tabular field and created fields.I have a data table and these data i want to insert into the extraction results.

When I try to insert the values by the below code, I am facing compilation error.

extractionResults.ResultsDocument.Tables(0).SetValue(…)

Please let me know if you know the syntax in SetValue to insert the values from datatable into extraction result table.

Regards,
Nikhil.