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!