Skip to main content
Solved

From atribute integer count to features

  • August 1, 2017
  • 5 replies
  • 13 views

geospatiallover
Participant
Forum|alt.badge.img+6

I have an attribute with integer value called number of folders x for a single feature, and I would like to create X number of features. so I can create c number of sub-folders using filecopy.

Best answer by erik_jan

Have a look at the Cloner transformer.

That can make the X copies.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • August 1, 2017

Have you tried cloner?


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • August 1, 2017

Have a look at the Cloner transformer.

That can make the X copies.


geospatiallover
Participant
Forum|alt.badge.img+6

Thanks to @erik_jan and @pratap. I keep forgetting this transformer even if I have used it a few times. Not the first time I asked in the forum.


danilo_fme
Celebrity
Forum|alt.badge.img+52
  • Celebrity
  • August 1, 2017

Hi @geospatiallover, let me know if i understand you:

What do you have:

Attributes - number_folders = 4 ( for example )

- Do you want to create number of features ( 4 ) - points / polygons/ or other.

- And you want to create subfolders ?


geospatiallover
Participant
Forum|alt.badge.img+6

Hi @geospatiallover, let me know if i understand you:

What do you have:

Attributes - number_folders = 4 ( for example )

- Do you want to create number of features ( 4 ) - points / polygons/ or other.

- And you want to create subfolders ?

I just needed subfolders. Cloner worked. Thanks!