Remove metadataSet pipelines.xml


This page should only be used if script asks you to manually migrate the pipeline.20220210.METADATASET

A developer will be required for this manual migration.

The _metadataSet.xml and _content-type/metadataset.xml pipelines have been removed. The aim is to use the new API to generate SAX events for views. There are several ways of doing this:

  • Or use the View#toSAX method
  • Or use the content-type-model pipeline, which uses the ContentTypeGenerator.

In both cases, there are a few differences with the SAX events generated by deleted pipelines. For example, data cardinality used to be indicated in a XML tag, whereas now it's indicated in an attribute of the definition's main tag.

Back to top