HI @shruti.o.gupta,
you can use Read Text File Activity, it will return the String value.
after getting the value using split Environment.NewLine option spit the value to array
For loop through the array value you can get the each value.
arrvalue= strvalue.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries)
Regards,
Arivu