Index  Up  <<  >>  


FieldDelimiter

In conjunction with RecordDelimiter, allows custom database formats to be defined. The first string is the database type identifier, and the second is the field delimiter with C/Perl style double-quoted string format, i.e. \n is a newline.

    FieldDelimiter   Tilde   ~
    RecordDelimiter  Tilde   \n
    Database  mydata mydata.txt Tilde

Index  Up  <<  >>