This is a great forum. Thanks to all for making this forum much interesting. I’ve got answer’s to most of the queries through this forum.
Jumping to the problem statement: Need to build a data table using the below data part of the text file
Sam|kumar|2018|23|asdnsfns.txt|
Santos|kumar|2018|43|asdnsfns.txt|
Johnny|kumar|2018|43|asdnsfns.txt
I was able to split the string. However, the hurdle part is adding the datarow to the datatable. Any kind assistance is appreciated. Also, have attached the xaml for the reference.Thanks