I am using import file to import an csv…
A col in the csv is a date in the format of dd-mm-yyyy.
Problem is grist insists on interpreting this col as MM-DD-YYYY on input. Nothing I do seems to be able to tweak the date to the proper format on input.
Tried a few things… tweaking the col to string, any or date, and re-importing. Results are strange to say the least…
here is a sample row:
AutoName,FestivalDate,Garden,Slot
“Martin,Carlene”,04-10-2024,Avila,AM
any help is appreciated.