I would like to follow up this. Is there any filter hook to change the date format from the CSV file.
There is flamingo_add_inbound
filter hook but i can’t unset the Date from the CSV file. I tried this unset($args['fields'][date]
but still no luck to filter this date format.
Thank you