Hi,
I would like to load data from a file via file_fdw or COPY.. its a postgres 14 cluster
but.. One date (timestamp) column is written french order and another column is written english order. Data comes from a state owned entity so asking for a normalization may take ages.
obviously I could load as char and then apply an appropriate transformation. no pb.
But is there a direct way to do this ?
thanks