Select to view content in your preferred language

How do I specify spatial from Lat/Long fields when appending a csv to a HFS layer?

59
0
Monday
TL2
by
Frequent Contributor

I am able to append the CSV data but it does not pick up the lat/long fields or the spatial field I create with spatial.from_xy.

 

How do I include spatial when appending data to a HFS from a csv?

 

 append_result = lyr.append(item_id=csv_item.result().itemid,source_info = source_info['publishParameters'],upsert=False, upload_format="csv")
0 Kudos
0 Replies