I have the above table needed to extract. I have defined the table in the taxonomy manager and each cell is being extracted. Im using an ML extractor for this.
However, sometimes there is a word that comes across the table as shown above. in this instance its " CONFIRMED INPUT"
Any suggestions on how I can extract it in AI center?
Then just delete the row that contains that text. You can use lookup datatable for that text and then get the row number, and delete that row using Datatable.Rows.Remove(row)
The text should not be deleted but rather extracted to a cell. the question is how to extract text written across from an entire row when Its defined as a table in taxonomy.