Olá pessoal,
Preciso fazer um split com a seguinte regra. Encontro o item: linha do item, e mais duas linhas, corta.
Encontro o item: linha do item, e mais duas linhas, corta. E assim por diante até o fim da tabela.
Use find/replace activity and then find the required value which gives an output of the cell number
Which can then be used to read the next two lines
Or read whole of the data into one table and then you can use lookup table to get the row index againand then use dt.AsEnumerable.skip(rowindex).Take(2).CopyToDataTable
neste código que fiz me retorna apenas a busca do ultimo item do array, isso porque eu coloquei a data table de entrada para o csv como o assign, quando realmente coloco a tabela que criei a partir do build data table, ele me retorna um csv vazio