Copy Repository Entry (AI Studio Core)
Synopsis
An operator to copy a repository entry to another repository location.Description
Copies an entry to a new parent folder. If destination references a folder, the source entry is copied to that folder. If it references an existing entry and overwriting is not enabled (default case), an exception is raised. If overwriting is enabled the existing entry will be overwritten. If it references a location which does not exist, say, "/root/folder/leaf", but the parent exists (in this case "/root/folder"), a new entry named by the last path component (in this case "leaf") is created.
Input
- through (Data table)
Delegates the data to the through output port without changing anything.
Output
- through (Data table)
Receives the data from the through input port without any modification.
Parameters
- source entryEntry that should be copied
- destinationCopy destination
- overwriteOverwrite elements at copy destination?