I have a column with a list of dates in a spreadsheet (.tsv) (some cells are blank) like that :
6/30/1988
1/2/2000
etc. …
and I want a file.tsv with a list of dates in a column (keeping the blank cells, because it is for an export in a databases and I need the blank cells for my joints) :
1988-06-30
2000-01-02
etc. …
I have done some research but as I am a beginner, I don t manage to do it.
Thanks a lot
You can use
datecommand: