I am using ssconvert to convert xlsx to csv. One of the column has date field so when I convert it into csv date column value has converted into YYYY-MM-DD
Input:
Name Date
Test 05/08/2021
Command:
ssconvert test.xlsx test.csv
Output:
Name,Date
Test,2021-08-05
Expected Output:
Name,Date
Test,05/08/2021
This should be working: