I have the input file as below
And I need the output as below
Thanks…
I have the input file as below
And I need the output as below
Thanks…
Welcome to forums
You can use Linq function for this
Check below for your reference
Hope this may help you
Thanks
Thankyou @Srini84
Is this possible without using linq. If so could tell me
Without linq you can use For Each row activity
Check as below, dt will be your actual data
Use another datatable variable dt1 and assign as dt.clone
Hope this may help you
Thanks
Could you please attach the whole file.
Thanks
Check below for your reference
DeleteMatchedRows.zip (961.7 KB)
If this helps you
Mark as solution and close this thread
Thanks
But the third column was not printed. In the build data table you didn’t add the third column
For demo purpose I add only first two columns
You can add other columns you have
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.