Split arrayy

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

image

Regards
Gokul

HI @bakrious12

Check out the XAML file

SplitStringAddDataRow.xaml (9.9 KB)

image

Regards
Gokul

Hello @bakrious12
You can use Generate Data Table From Text activity to convert it into DT