Ignore:
Timestamp:
2020-07-11T23:32:49+12:00 (4 years ago)
Author:
ak19
Message:

Option in GLI file menu to Export collection meta to CSV (new CSV file or add to existing). Uses apache commons CSV, so had to include the csv subfolder of commons into apache.jar, where all other apache jars used by GLI are bundled into. Updated the gli/lib/README about this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/classes/dictionary.properties

    r32515 r34263  
    532532ExportAsPrompt.MappingXML_Tooltip:Use a mapping file for converting the exported files.
    533533#
     534#***** Export Metadata to CSV *****
     535ExportMeta.ChooseMetaCSVFile: Export metadata from GLI to a new CSV file or add to existing
     536#
    534537#***** Inherited Metadata *****
    535538ExtractedMetadata.Message:The selected file or folder contains extracted metadata, but it is currently hidden. To view extracted metadata go to the "File" menu and select "Preferences". In the "General" properties sheet select "View Extracted Metadata", then click "Ok".
     
    781784Menu.File_Exit:Exit
    782785Menu.File_ExportAs:Export...
     786Menu.File_ExportMeta:Export metadata...
    783787Menu.File_New:New...
    784788Menu.File_Open:Open...
Note: See TracChangeset for help on using the changeset viewer.