Extract data from 2nd column of table

Hi Team,

I need to split the data from 2nd column named “Item” of mytable but the challenge i am facing is that because it is highly dynamic and separated by new line so 1st row data after split is coming as second one .
Can anyone please provide me the logic on how it cane be done.

So “Item” column values needs to be stored in variable one by one.

1 Like

Hi @som17 As per my understanding you need the entire “Item” column as a seperate datatable means then go for below

Use Assign and datatype should be datatable.

DT2=yourdatatable.Defaultview.totable(True,“Specify your columnname”)

is this from excel??
or from any website??
@som17