It's all about the answers!

Ask a question

How do I load a folder from a stream and maintain the complete folder structure in my sandbox?


Abe Roba (1012031) | asked Nov 29 '13, 11:45 p.m.
retagged Dec 16 '13, 11:51 a.m. by David Lafreniere (4.8k7)
When I load a folder from the stream, I am unable to tell what tier the folder is in, there is no structure as far as the nesting of the folder structure that I can see in my sandbox.  All folders are at the same level and I was hoping there is a way to maintain the folder path without loading every file in the folders when I only need to know the structure.

Comments
Ralph Schoon commented Dec 02 '13, 3:19 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

I am not quite sure, what the structure of the data you are loading is, and I don't understand the question you are asking. If you can provide more information about your aims, someone might be able to answer. Without knowing more, have you looked into load rules and "Load As"? 

2 answers



permanent link
Arun K Sriramaiah (3.2k13077) | answered Dec 02 '13, 5:07 a.m.
HI Abe,

Please find the link below.

https://jazz.net/library/article/192

Regards,
Arun.

permanent link
Piotr Aniola (3.7k11738) | answered Dec 02 '13, 5:04 a.m.
edited Dec 02 '13, 5:04 a.m.
I believe you would like to load a component sparsely, while preserving the entire path. This can be done with
 <sandboxRelativePath includeRepositoryPath="true"/>
in the load rules. Please refer to https://jazz.net/wiki/bin/view/Main/SCMLoadRuleFormat#Example_Loading_sparsely_using_s
for details.

Your answer


Register or to post your answer.