@Santa_Krish The split function gives output of a one dimension array. Please change the datatype of strSpit to Array[string]. This will resolve the error.
Thanks Sugumar, It works like a charm . Btw can I know the function of NewLine separator property in Generate Data table activity? Is it used to end the current row and fetch next row?
Hi Krish,
You can use ‘|’ as a delimiter. I think you know about CSV, CSV stands for Comma Separated Values. So, when you change your text file to CSV, it uses a comma as a separator. In the same way, you can use ‘|’.
Please refer the attached.---------> StringProcess.xaml (4.7 KB)