NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Revised based on review feedback from Udit Sehgal.

...

With the following code in the my-move-list.json file, the command moves and renames a collection and a filea collection from PI_Lab1 to PI_Lab2, renames the collection from Project_Orig to Project_New, and then renames a file from File_Orig to File_New:

Code Block
{
  "moveRequests": [
   {
     "sourcePath": "/Example_Archive/PI_Lab1/Project_Orig",
     "destinationPath": "/Example_Archive/PI_Lab2/Project_New"
   },
   {
     "sourcePath": "/Example_Archive/PI_Lab2/Project_New/File_Orig",
     "destinationPath": "/Example_Archive/PI_Lab2/Project_New/File_New"
   }
 ]
}

...