Changeset 36532


Ignore:
Timestamp:
2022-08-29T14:40:51+12:00 (20 months ago)
Author:
kjdon
Message:

added CSVPLugin option use_namespace_for_field_names - prepend the specified namespace to each field name. This namespace will need to be used in -filename_field and -OIDmetadata options, and in format statments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r36482 r36532  
    888888CSVPlugin.store_field_values_as_document_text:Store all the metadata values as the text of the document. Only applies if there is no source document specified. Useful for searching.
    889889
    890 CSVPlugin.no_document_if_source_unspecified:IF there is no source document specified, don't create a dummy document.
     890CSVPlugin.use_namespace_for_field_names:Prepend a namespace to each field name. The value of this option is the namespace to use. e.g. 'wmtb' Note, if you want the metadata to be visible in GLI, you will need to use ex. prefix with your namespace e.g. 'ex.wmtb', and this will need to be used in format statements.
     891
     892CSVPlugin.no_document_if_source_unspecified:If there is no source document specified, don't create a dummy document.
    891893
    892894CSVPlugin.no_document_if_source_missing:If there is a specified source document, but it is not there, don't create a dummy document.
Note: See TracChangeset for help on using the changeset viewer.