just wanna how to filter .csv file that contain specific value.
like i want to get all the rows that columnsample contains value of “Y”
Read CSV and output to Data Table
Build New Data Table
Loop through Data from CSV and if column equals “Y” write to new Data Table
Outside For Each loop write to CSV
thanks sir
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.