How to convert string with some rows into array of strings with each row as an lement without spaces
you can try Split String activity with empty space as a delimiter and set the output to Array of string variable in properties pane.
Regards,
Ranjith.
hi ranjith,
I tried …but i am not able to get exact notation or syntax getting validation error,could you please help me out with that
ok sure can you share your workflow.
Hi Ranjith ,
Ya sure . suree but it included with excel . Actually i am getting one column into data table and then to string and now i want each row into one elment in array. I am not getting syntx of split function properly.Can i share my work flow??
Hi @anusha.mavuluri,
Are you trying to convert a string into array of strings with space as delimiter ,right?