Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
1. Use the tool: '''lib/etc/mergeMessageCatalog.pl''' |
Use the tool: '''lib/etc/mergeMessageCatalog.pl''' This replaces all messages in a specific language in a message catalog file. |
Line 16: | Line 18: |
DrawMGT Data Migration and Configuration Tools
Message Catalog Merging
Use the tool: lib/etc/mergeMessageCatalog.pl
This replaces all messages in a specific language in a message catalog file.
Example: In this case the Message-ABT.txt file is a new file with new French messages in it.
cd app/config ../../lob/etc/mergeMessageCatalog.pl -c Messages.txt -l fr_FR Message-ABT.txt > Messages-New.txt diff Messages.txt Messages-New.txt
CSV File Parsing
- CSV and tab-separated files created by Excel can have carriage returns in individual cells.
- There is a perl module: CSV, which is able to parse this.
To Do
Module location and installation instruction Notes for updating upload file