Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Lets ingest the file! For --operation --ingestProduct we need to specify the following arguments:

  • --productName : Name of The name you want for your ingested product
  • --productStructure : Flat file or directory (i.e. heretical). Yes... we can ingest whole directories as one product
  • --productTypeName : A product type (as per product-types.xml)
  • --metadataFile : The client side metadata file
  • --refs : The product location

Wiki Markup
There's also an optional argument {{\-\-clientTransfer}}, however, we're going to leave this and use the default local transfer.
{{\[\-\-clientTransfer --dataTransfer <java class name of data transfer factory>\]}}

...