I am using executesqlrecord processor to run select sql queries. I use the CSVRecordsetwriter to write the results. In the CSVRecordsetwriter properties, I have mentioned the date format as MM/dd/.yyyy but still the CSVrecordsetwriter is converting the date into epoch timestamps. How do i resolve this issue?
This is a screenshot of my csvrecordsetwriter settings.