[Qgis-developer] Multiple Fields in R-Processing

Victor Olaya volayaf at gmail.com
Thu Sep 29 06:59:00 PDT 2016


Sorry for the late reply

The value of the multiple flieds is a string with field names
separated by semicolons

so, to get a list of them:

fields = multiple_fields.split(";")

Not sure this is what you need...maybe I am not understanding the question....

2016-09-22 15:44 GMT+02:00 matteo <matteo.ghetta at gmail.com>:
> Victor,
>
> thanks for the super quick reply.
>
> I still don't get how can I select the different single fields from the
> output.
>
> I mean, with the selection parameter all is straightforward.
>
> In the example I wrote in the previous mail, how can I access the first
> field of the multiple fields parameter?
>
> Thank Victor for your time, if I manage how to do it, I will also
> improve the documentation
>
> Cheers
>
> Matteo


More information about the Qgis-developer mailing list