Default formats – MagTek 99875125 User Manual
Page 43
Section 4. Magnetic Card Data Parsing
35
DEFAULT FORMATS
The MTD drivers will be assigned parameters with default formats for parsing magnetic stripe
data. The formats will be placed in the INF file for the driver and written to the registry when
the driver is installed. Some examples are shown below; more are included with the drivers. In
these examples, spaces are inserted between fields for readability; they should not be included in
the actual rules.
fmt1_name "ISO59"
fmt1_template"%B<*>^<*>^<*>?;59<*>=<*>?"
fmt1_rules "{%B<*>^<*[3]>
^<*[7]>
;
{%B<*>^<*[3]>
;
fmt2_name "BankCardA"
fmt2_template"%A<*>^<*>^<*>?;<*>=<*>?"
fmt2_rules "{%A
;
{%A
;
fmt3_name "BankCard"
fmt3_template"%B<*>^<*>^<*>?;<*>=<*>?"
fmt3_rules "{%B<*>^
^<*[7]>
;
{%B<*>^
;
fmt4_name "CADL"
fmt4_template"%(C|S|D|I|R)<*>?;600646<*>?{(#|!)<*>?}"
fmt4_rules "{%<*[1]>
;<*[6]>
{(#|!)<*[8]>
<*>?}}"