I want to extract some part of data’s from csv, csv file contains more than 200 rows from that I want to extract data between 50th row to 54th row based on keyword, because my data is not constant on 50th row it’s dynamic may be 50th or 51st or 52nd like that… so based on keywords I want to extract 5 to 6 rows from csv file.
I assume you get this as a result of something.
Store this as a datatable variabele and then use write range and witte the datatable in the new excel sheet. You define the sheet in the write range activity.