Ignore:
Timestamp:
2022-12-23T10:24:09+13:00 (16 months ago)
Author:
davidb
Message:

Introduction of 'metadata_separate_fields', a plugin option that controls which fields get the value separation split applied to. By default all fields get split when the value split character is specified, however you can get situations where you want to split on (say) ',' for a Keyword field but not in a Abstract field that happens to use commas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/CSVFieldSeparator.pm

    r34249 r37047  
    4646      { 'name' => "metadata_value_separator",
    4747    'desc' => "{CSVFieldSeparator.metadata_value_separator}",
     48    'type' => "string",
     49    'deft' => "",
     50        'reqd' => "no" },
     51      { 'name' => "metadata_separate_fields",
     52    'desc' => "{CSVFieldSeparator.metadata_separate_fields}",
    4853    'type' => "string",
    4954    'deft' => "",
Note: See TracChangeset for help on using the changeset viewer.