im taking all of this as get text and saving it in a variable how can I split it and add it to data row?
HI @bakrious12
How about this expression
YourString.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries).Count
Regards
Gokul
1 Like
Hello @bakrious12
You can use Generate Data Table From Text activity to convert it into DT
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.