I have a data table which consist of five columns .
From the xml parsing I generated a list as an output of every iteration which consist of column values.
Now I need to add the list of values into the data table.
Like,
1st iteration output List is First column values
2nd iteration output list is Second column values
Note: The list contains empty spaces also.