Hello,
I am using get full text activity to extraxt data from pdf … so the data is in the form of list in the pdf so now while saving the whole list is binding in a single cell… so i need the list items to be in separate cells like one by one…
I am getting like BELOW…

I need it like this…

Please help me out this…
Thanks,
Suresh.
Hello,
use below string split to split data in string array
string.Split(Environment.Newline.ToArray(),Stringsplitoptions.None)
after this you can get single single string in array variable.
Thanks,
Sunil Patel.
Thanks @sunilRdGlobal !!! for your quick response… let me try this…
you have to use variable name instead of string in string.split