home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / textutil / delim12.zip / SAMPLE.CFG < prev    next >
INI File  |  1993-10-15  |  672b  |  33 lines

  1. [Settings]
  2. InputFile=sample.txt
  3. OutputFile=output.txt
  4. DiscardFile=discard.txt
  5. FilterDefault=Exclude
  6. BlankFieldFill=True
  7. IncludeOperator=And
  8. ExcludeOperator=And
  9. Trimming=True
  10. StringDelimiter="
  11. FieldDelimiter=,
  12.  
  13. [Include]
  14. ;Column,Width,"String"|{Set}|Alpha|Numeric|Blank|NonBlank
  15. 18,11,Numeric
  16.  
  17. [Exclude]
  18. ;Column,Width,"String"|{Set}|Alpha|Numeric|Blank|NonBlank
  19.  
  20. [Fields]
  21. ;Column,Width,Alpha|Numeric
  22. 1,14,Numeric
  23. 18,11,Numeric
  24. 32,8,Numeric
  25. 43,9,Numeric
  26. 55,10,Numeric
  27. 68,10,Numeric
  28.  
  29. [Occasionals]
  30. ;Column,Width,"String"|{Set}|Alpha|Numeric|Blank|NonBlank,Field Column,Field Width,Alpha|Numeric
  31. 25,23, "For The Month Beginning"  ,49,10,Alpha
  32.  
  33.