”循环库不能read"
Hi all,
I am confused about the operator "loop repository".
I have a bundle of data set with the same format, I want use the "loop repository" to deal with all the data sets.
I made a small example: I want to "retrieve" all the data set in my folder. How can I do that?
I am confused about the operator "loop repository".
I have a bundle of data set with the same format, I want use the "loop repository" to deal with all the data sets.
I made a small example: I want to "retrieve" all the data set in my folder. How can I do that?
Thanks!
<宏/ >
Tagged:
0
Answers
you almost had it
However the %{repository_path} contains the full path including the name of the ioobject already. So just remove %{entry_name} from the Retrieve operator parameter, and you're done. Otherwise you end up trying to find //Local Repository/folder/myDatamyData instead of //Local Repository/folder/myData
Regards,
Marco
thanks very much! It works! :-)