Dividing the data in the string variable

we can split the string e.g. when like above
arrPart = item.Split(","c).Select(Function (x) x.Trim({"'"c})).toArray

First Segment
arrSplit = arrSplits .Skip(0*50).Take(50).toArray

Second Split:
arrSplit = arrSplits .Skip(1*50).Take(50).toArray


With variables and some other techniques, we can fully dynamize it