I have built a process in the graphical modeler which uses several temporary outputs. The resulting CSV is fine but it contains an unneccessary field from the HubDistance algorithm (HubName). I'd like to be able to drop this from the output, but Drop Field(s) does not seem to work. When I open the CSV of the output, the field "HubName" is still there. Am I doing something wrong here? My process looks like this:
-
1I noticed you are using the "Pre-calculated value" option under Fields to drop, and have your field name in single quotes. I realised that I was using "Value" option and that I need to remove the single quotes from my field name with this option. It seems both your method and mine work but not if they are mixed.Jinglelocks– Jinglelocks2021年12月13日 22:05:27 +00:00Commented Dec 13, 2021 at 22:05
-
1OK, added that as an answerBabel– Babel2021年12月13日 22:12:36 +00:00Commented Dec 13, 2021 at 22:12
1 Answer 1
Set the input for Fields to drop
to Pre-calculated value
(the ε
icon) and add the name of the field in single quotes ('
). Like this, the field will be dropped, see screenshot for a simplified model:
Explore related questions
See similar questions with these tags.