I am having a data like this inside the column name code,. here i want to split the first 3 and 2 charecters and put in 1st column and (-) should be remove and the remaining text should be placed in the next column name Name below is my sample screen shot
Use string.split("-"c) @suresh_kumar4
And assign to array of string variable and you can use foreach to iterate in the loop ang get the value or just pass the index and you will get the value
1.use excel application scope and read range to read excel file and save output as dt .
2.Then use for each row and pass dt variable.
3.Inside for each row assign,
hi @suresh_kumar4
You use for each row to read excel file and add row activity in add row activity use this {row(“CODE”).Split("-“c).GetValue(0).ToString,row(“CODE”).Split(”-"c)…GetValue(1).ToString} and write it in the same excel