Skip to main content

When using a FeatureReader to read CSV file, one can manually select in the "Parameters" section which attributes we want to read from the file.

 

Very short question : does something equivalent exist for reading only a selection of attributes in a reader that loads "Esri ArcGIS Portal Feature Service" data ?

 

Thanks in advance

Not that I’m aware of. If you really need this you can always do the requests using HTTPCallers and parse the response, but it will take some effort to make it work.


ok thanks for the answer ; I would go on with the FeatureReader, the HTTPCaller-way sounds too complicated for my FME-level ;-)


Reply