Extracting a particular column from a data table

Hi,
I an using CV scope activity to extract the data and save it in a data table. Now i want to extract a particular column from the data table and store it in another data table.

Hi @subham.dey

DT.DefaultView.ToTable(False,"YourColumn")

image

Regards,

Hi @subham.dey

Please refer below

Hi @subham.dey

Try using the Filter DataTable activity on the specific column you need, and it will generate a new DataTable.

Thanks @pradeep931 , this worked.

1 Like

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