Ignore:
Timestamp:
2020-07-12T02:51:45+12:00 (4 years ago)
Author:
ak19
Message:
  1. Added moveMetaXMLToCSV 2. Both this and exportMetaAsCSV now also made to work for the remote case. 3. Bugfix to oversight in GUIManager that in the previous commit used to ignore user selected csvfile and always created a metdata.csv in import folder. 4. Tidied up MetaToCSV.java some more.
File:
1 edited

Legend:

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

    r34263 r34264  
    534534#***** Export Metadata to CSV *****
    535535ExportMeta.ChooseMetaCSVFile: Export metadata from GLI to a new CSV file or add to existing
     536ExportMeta.MoveMetaXMLToCSV_Warning_Message: Warning, this will remove all metadata from GLI after exporting to CSV. Proceed?
     537ExportMeta.MoveMetaXMLToCSV_Failed_Message: Failed to export contents of collection metadata.xml files to CSV properly. Will not remove metadata.xml files.
    536538#
    537539#***** Inherited Metadata *****
     
    784786Menu.File_Exit:Exit
    785787Menu.File_ExportAs:Export...
    786 Menu.File_ExportMeta:Export metadata...
     788Menu.File_ExportMeta:Export metadata to CSV...
     789Menu.File_MoveMetaToCSV:Move metadata to CSV...
    787790Menu.File_New:New...
    788791Menu.File_Open:Open...
Note: See TracChangeset for help on using the changeset viewer.