ArcREST createReplica - can I specify a subset of fields to return in the replica?

442
1
08-25-2017 03:16 PM
AnthonyCheesman1
Occasional Contributor II

Hi

I'm currently using the arcrest Python package to build a custom tool that will allow users to export a csv table of selected data from an AGOL feature service.

The FS that will be providing the data is pretty verbose and not all fields are relevant to the end user of the csv table.

Is there a method in createReplica that allows me to specify which fields I would like in the output table?

Thanks!

Tags (2)
0 Kudos
1 Reply
AnthonyCheesman1
Occasional Contributor II

I've now probably answered my own question on this - the answer being NO.

My workaround is that I've created a view of the feature service that I wish to query, with only the fields that I want returned to the user in the csv table.

0 Kudos