90301 / TextReplace

This is a utility for programmatic text replacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Processor (Pre-Processing)

90301 opened this issue · comments

Advanced flat file to CSV syntax:

Block Section Start
KeyField=1 //conditions to determine if the line is in this block section
KeyField,1 //standard field name, length format
Country Code,2 //standard field name, length format

Block Section End
Block Section Start
KeyField=3 //conditions to determine if the line is in this block section
KeyField,1 //standard field name, length format
AccountNumber,8 //standard field name, length format

Block Section End


The first line is always condition(s).

Extra features:

  • LINE keyword
    (checks the line number, for example LINE=0 would only use the block for the 1st line, aka header)

  • Logical Operators (&& or ||)

  • Contains Keyword

  • Filtering

  • Numerical comparisons