Ignore:
Timestamp:
2020-07-23T18:33:28+12:00 (4 years ago)
Author:
ak19
Message:
  1. Dictionary string for the CSV filefilter extension description. 2. Gone back to attempting to upload any meta.csv created directly in the collection folder to server, and fixed an oversight in RemoteGreenstoneServer.getPathRelativeToDirectory() that prevented this because of an extra File separator char. However, even though the file now gets successfully uploaded, it won't get downloaded to the client again when the collection is reopened. (Also happens if the meta.csv file was exported into the collection's etc subfolder). This is because the remote server carefully selects which files get sent back to the client when a collection is opened, and csv files outside the import directory are not part of the existing selection. There's no compelling reason to incorporate csv files either, as the client's collect folder is stored in a hidden gli user folder anyway, and it's best the client-gli user choose an easily discoverable and accessible folder into which their exported meta csv is saved.
File:
1 edited

Legend:

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

    r34283 r34285  
    536536MetaToCSV.ExportAction:Export
    537537MetaToCSV.ConvertAction:Convert
     538MetaToCSV.CSVFileExtensionType:CSV spreadsheet file (*.csv)
    538539MetaToCSV.ChooseMetaCSVFile:{0} metadata from GLI to a new CSV file or add to existing
    539540MetaToCSV.ConvertMetaXMLToCSV_Warning_Message:Warning, this will remove all metadata from GLI (metadata.xml files) after exporting to CSV.\nThis means you will no longer be able to edit this metadata from within GLI.\nProceed?
Note: See TracChangeset for help on using the changeset viewer.