list2flat
index
/home/u11/umhameld/workspace/birchscripts/list2flat.py

Feb.  5, 2005, Dr. Brian Fristensky, University of Manitoba
 
 
 Description: Convert a file of tokens to a GDE
 flat file. The input file contains a single nonblank
 string on each line.
 
 Synopsis: list2flat.py infile outfile
 
 Files: infile      file of tokens
 
        outfile     GDE flat file, containing a comma separated
                    list of tokens
 
@modified: May 26 2010
@author: Dale Hamel
@contact: umhameld@cc.umanitoba.ca

 
Modules
       
os
sys

 
Classes
       
Parameters

 
class Parameters
     Methods defined here:
__init__(self)
Initializes arguments:
        IFN=""
        OFN=""
Then calls read_args() to fill in their values from command line
read_args(self)
Read command line arguments into a Parameters object

 
Functions
       
GETLIST(FN)
Read in old and new strings, striping 
leading and trailing whitespace, including
newline characters.
WRITEGDELIST(P, FN, LST)
Write the list as a single line of comma-separated values
main()
Called when not in documentation mode.

 
Data
        BM = <birchlib.Birchmod instance>
PROGRAM = 'list2flat.py '
USAGE = '\n\tUSAGE: list2flat.py infile outfile'
blib = '/home/u11/umhameld/public_html/local/pylib/'