I am trying to add a date column to the CSV of the grid of my plots. It seems that the date attribute that I am trying to "link it to" is not understanding the date format or something. Currently my CSV looks a like this:
but when I use this CSV on my survey I keep getting an error about the date attribute not being filled... asked 14 Apr '20, 23:49 collector Open Foris ♦♦ |
In order to use dates as "From CSV" type of attributes Collect Earth expects this format: MM/dd/YYYY ( so two digits month, two digits day and four digit year ) So, in your case, the format to use dates as grid columns in the CSV should be:
answered 16 Apr '20, 11:21 collectearth ♦ |