Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= DrawMGT Migration Tools = = DrawMGT Data Migration and Configuration Tools =
Line 5: Line 5:
= Message Catalog Merging =

 1. Use the tool: '''lib/etc/mergeMessageCatalog.pl'''

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
 }}}
 

DrawMGT Data Migration and Configuration Tools

Message Catalog Merging

  1. Use the tool: lib/etc/mergeMessageCatalog.pl

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

  1. CSV and tab-separated files created by Excel can have carriage returns in individual cells.
  2. There is a perl module: CSV, which is able to parse this.

To Do

Module location and installation instruction Notes for updating upload file

MigrationTools (last edited 2009-12-01 10:57:28 by softxs)

Copyright 2008-2014, SoftXS GmbH, Switzerland