NHMDenmark / Mass-Digitizer

Common repo for the DaSSCo team
Apache License 2.0
1 stars 0 forks source link

Reformat date fields to use dd/mm/yyyy format #309

Closed FedorSteeman closed 1 year ago

FedorSteeman commented 1 year ago

The current yyyy-mm-dd format cannot be imported with Workbench

jlegind commented 1 year ago

fixed: New column 'catalogeddate' -> slicing the date to get rid of HHMMssssss. Then convert value.toDate(). From here transform values toString('dd/MM/yyyy').