Data table displaying as string, would like to convert to rows

I am extracting data tables from a PDF. So far, I can extract the data table, but when I try to write to excel it will have the separate columns, but it will put all of the data from each column into one row. How do I get the results to write down the rows instead of having only one row?
Thank you!

@james.althoff

In your datatable do you have multiple columns?

Can you share some screenshots or more details

Cheers

@Anil_G yes multiple columns.

@james.althoff

Can you check in dataTable by using a breakpoint how you are getting the data

cheers

@Anil_G I am using an ML Extractor to read unstructured PDF tables. From there
Present Validation Station → Export Extraction Results → For Each (currentItem in datasetResults.Tables) → Append Range Workbook with currentItem

@james.althoff

Keep a break point in your for each…open the locals pane and check the datasetresults.Table…if the data is extracted peoperly

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.