I’m trying to upload a csv file into Postgresql via DBeaver Community. The values in the csv file look like this:
When I complete the upload it looks like this in Dbeaver but the column type is varchar and not date.
I also adjusted the importer settings as seen below. I’m at a loss on how to get this column to upload as a date.