-How Can we write validated data from [Create validation task and wait activity] to excel?
-i want to write data to excel in to various fields eg. Date, Asset etc
-Go through image as follows
Create a DataTable with the required fields using the Build DataTable activity. Perform split operations using Environment.NewLine and then split again by ":" . Finally, use the Add Data Row activity to add the extracted values to the DataTable