POST
|
Hi James, Thanks will follow and try as I am proving to too many people survey123 and using myself I face always question that beyond my capacity to solve and very much appreciate GeoNet people like you for support. Thanks.
... View more
02-08-2019
06:44 AM
|
0
|
0
|
173
|
POST
|
Hi if I use the can I export CSV file with numeric rather than text? For example instead Yes, or NO. 1 or 2???? # Read csv file & write to shapefile via update cursor import csv , os updateCursor = arcpy . da . UpdateCursor ( r 'sample.shp' , [ "Name" , "OrderCount" , "Time" , "Miles" ] ) with open ( r 'CsvToShape.csv' , 'rb' ) as f : reader = csv . reader ( f ) for row in reader : route = row [ 0 ] order = row [ 1 ] time = row [ 2 ] mile = row [ 3 ] for row in updateCursor : row . setValue ( route = Name ) ## row[1]= order ## row[2] = time ## row[3] = mile updateCursor . updateRow ( row
... View more
02-03-2019
01:12 PM
|
0
|
3
|
79
|
POST
|
Hi Joshua if I plan to export CSV file and want to see numeric value rather than text how to do that. In other words instead of Yes or Now I want to see 1 or 2?
... View more
01-31-2019
10:03 AM
|
0
|
3
|
130
|
POST
|
Hi Philip help please. I want to export my survey data to CSV file but want to see numerac value rather text. for example intead of Yes or No I want to see 1 or 2 ? How I can do ythis/
... View more
01-31-2019
09:45 AM
|
0
|
4
|
173
|
POST
|
Hi Phil, Thanks. I tried and cant manged any proper instruction I can follow? Thanks. Juma
... View more
08-03-2018
01:13 PM
|
0
|
6
|
173
|
BLOG
|
can you create relationship between survey questions? For instance I need % of people aged 60 years old who have disability and have no access to health care? Or similiar>>>>
... View more
07-03-2018
05:47 AM
|
0
|
0
|
1282
|
POST
|
how I can print my survey123 form if I decided to use paper version of survey?
... View more
06-24-2018
09:56 AM
|
0
|
8
|
1344
|
POST
|
Hi Claire, Thanks a lot. Appreciate for all support and swift response. Best regards, Juma
... View more
06-08-2018
02:09 AM
|
0
|
0
|
38
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|