Categories

Versions

Move Repository Entry (AI Studio Core)

Synopsis

An operator to move a repository entry to another repository location.

Description

Moves an entry to a new parent folder. If destination references a folder, the source entry is moved 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 moved
  • destinationDestination for move action
  • overwriteOverwrite elements at move destination?