HI,
Is it possible to validate the data before being passed to the ProcessBatchData?
Validation of data for example: If the column has datatype as DateTime, and a string is passed, the data should be validated. I mean the data should not be pushed to ProcessBatchData.
I have followed this link : http://www.arboundy.com/code/sharepoint/bulk-add-new-items-to-a-sharepoint-list-using-processbatchdata/
If yes, how to achieve it programmatically using c#?
Thanks