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

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.