Oops! I mean I would like the database column to be of data TYPE date..
Oops! I mean I would like the database column to be of data TYPE date..
You could set some fixed date and only change the time.
Hi, I'm having difficulty importing the field "lat_lon" to be a geopoint field as shown below. I've tried various alternatives to "name:geopoint","lat_lon" - with no success. Can you tell me what I should be using in the first row. The csv data source is Excel. Thanks.
Hi,
Your CSV file has incorrect field description. You can create simple collection and export it to the CSV file to get the correct file format.
An example CSV file:
pre
"_id:string","acl:object","phoneNumber:string","Geopoint:geopoint|indexed"
"5311cd35e4b0fe98ca23990c","","375894739","[ 124.0 , -18.0]"
/pre
http://docs.appery.io/documentation/b...
Igor, thank you - that's perfect. Have a nice day.