Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • In fact, I'm creating the model to simplify the process for users and give them the ability to process their data before sending it to the API. So I can't ask them doing that much manipulations. Commented Dec 17, 2020 at 11:44
  • @Beinje sorry, maybe I didn't express myself clearly: YOU as the creator of the model do this one single time. Then, later, everyone else who runs the model doesn't have to, since the model knows, how the attribute table created by your first tool will look like. Commented Dec 17, 2020 at 11:50
  • 1
    oh OK I didn't get your point. Yet, some users may have useful additional fields in their input data that I don't know of. So these fields would not appear in their final output... Commented Dec 17, 2020 at 11:52
  • 1
    Then you'll have to roll with the second approach. Commented Dec 17, 2020 at 12:06