DocumentDelimiterCSVs

DEPRECATED: The DocumentDelimiterCSVs parameter is deprecated in Eduction version 12.5.0 and later.

This parameter is still available for existing implementations, but it might be incompatible with new functionality. The parameter might be deleted in future.

The fields in an XML file that mark the start and end of an IDOL document. You must have only one document level for each XML schema.

When identifying fields use the formats:

  • FieldName to match root-level fields.
  • */FieldName to match all fields except root-level.
  • Path/FieldName to match fields that the specified path points to.
Type: String
Default: */DOCUMENT
Required: No
Configuration Section: Server
Example:
DocumentDelimiterCSVs=*/DOCUMENT,*/SPEECH

In this example, the beginning and end of individual documents in a file is marked by opening and closing DOCUMENT and SPEECH tags.

See Also: