Skip to main content

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.

Have you tried cloner?


Have a look at the Cloner transformer.

That can make the X copies.


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.


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 ?


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!

 

 


Reply