Skip to main content
10-Marble
March 21, 2023
Question

Creation of Multiple subfolders in multiple product and Library

  • March 21, 2023
  • 2 replies
  • 1604 views

is there an easy way to create multiple folders in multiple products and libraries?

The load file can create subfolders just in one context.

 

 

 

 

2 replies

14-Alexandrite
March 22, 2023

I need to create folder on dozen of products as well but found no solution yet. Frustrating...

23-Emerald III
March 22, 2023

Why try to automate a one-time process?

I can see initially loading contexts from a load file, even if it is limited to one context at a time. Just run the loader multiple times.

18-Opal
March 24, 2023

This can even done quite easily with a Java class.

 

The class could read a CSV file (for example) that has the top folder name in the first column.

Each successive column would have the name of the folder that is a sub folder of the folder name in the previous column.

So, you need one row per folder path for each unique path from the top folder to the bottom folder in the path. 

 

Definitely doable.