Filter csv file data by date

Hi…

I’ve got a csv file with date data in dd/MM/yyyy format. I need to write filtered data to another csv file, only the rows with date > specified date e.g. 01/09/2018.
Data has few columns:
CL_Code, Date_Regd

The file needs to be filtered by Date_Regd
Tried few things, it’s not working out.
Any sample file/help is appreciated.

Thanks.

Try this:

1 Like