”循环库不能read"

blatooblatoo MemberPosts:32Contributor I
edited June 2019 inHelp
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?






<宏/ >
























Thanks!

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University ProfessorPosts:1,984RM Engineering
    Hi,

    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
  • blatooblatoo MemberPosts:32Contributor I
    Hi Marco Boeck,

    thanks very much! It works! :-)
Sign InorRegisterto comment.