Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.28 KB

File metadata and controls

45 lines (37 loc) · 2.28 KB

Exports.csv

Columns

  1. CS? - indicates whether the line should be considered as a template (true) or a single object
  2. Export Name - name of the export
  3. Container Name - name of the container from which to export
  4. Hierarchy Name - name of the hierarchy specified for this export
  5. Syndication Type - type of syndication to use for the export being defined
  6. Character Set - encoding of the file(s) the export will create (UTF-8, Cp1252, etc)
  7. Destination Spec Name - name of the destination spec that describes the file the export will create
  8. Spec Map Name - name of the spec map mapping the container to the destination spec (NOTE: a blank mapping will be automatically generated if this field is empty)
  9. Export Script Name - name of the export script the export will use for generating its file(s)
  10. Approval User - username of the user who must approve that the export can run (empty for no approval)
  11. Distribution Name - name of the distribution to which to send the generated file(s)
  12. Distribution Group Name - name of the distribution group to which to send the generated file(s)
  13. Selection - name of the selection from which to retrieve the entries to export
  14. Difference Type - type of differences to include in this export, if it is a differences export
  15. Parameters Name - name of the parameter document that should be used when this export runs (for no parameters, leave empty)

Valid syndication types

  • CONTENT_ALL - all entries in the version
  • CONTENT_DIFF_VERS - differences between two versions
  • CONTENT_DIFF_SYND - differences since last syndication
  • IMAGES_ALL - all binary files for entries in a version
  • IMAGES_DIFF_VERS - updated binary files for entries between two versions
  • IMAGES_DIFF_SYND - updated binary files for entries since last syndication

Valid difference types

  • A - added entries
  • D - deleted entries
  • M - modified entries
  • U - unchanged entries
  • MITA - modified attributes (unsupported?)
  • MICM - modified category mappings (unsupported?)
  • L - all entries (unsupported?)

License: CC BY 4.0, Copyright IBM Corp. 2007-2020.