Import csv file using file layout and app engine
I am importing data using a file layout and one of the fields is a date. I know the date needs to be in the format mm/dd/yyyy and when it's in that format everything works great.
But, I'd like to be able to verify the date format before processing the row, to verify it's in the correct format. Does anyone have any suggestions?
Thanks