Created
July 21, 2016 16:04
-
-
Save anjan-virtism/c48519337841f2c0cc156e715ec0e236 to your computer and use it in GitHub Desktop.
parse-rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
array( 'start' => 2, 'length' => 20, 'field' => 'IDOrdemPenhora', 'trim' => true,), | |
array( 'start' => 20, 'length' => 10, 'field' => 'DataOrdemPenhora', 'trim' => true, ), | |
array( 'start' => 30, 'length' => 4, 'field' => 'ATServiceCode', 'trim' => true, ), | |
array( 'start' => 34, 'length' => 39, 'field' => 'ATServiceName', 'trim' => true, ), | |
array( 'start' => 73, 'length' => 60, 'field' => 'ATServiceAddress', 'trim' => true, ), | |
array( 'start' => 133, 'length' => 8, 'field' => 'ATServiceZipCode', 'trim' => true, ), | |
array( 'start' => 142, 'length' => 32, 'field' => 'ATServiceLocality', 'trim' => true, ), | |
array( 'start' => 174, 'length' => 11, 'field' => 'ATServicePhone', 'trim' => true, ), | |
array( 'start' => 185, 'length' => 16, 'field' => 'ATServiceEmail', 'trim' => true, ), | |
array( 'start' => 201, 'length' => 60, 'field' => 'ATServiceManagerName', 'trim' => true, ), | |
array( 'start' => 261, 'length' => 60, 'field' => 'ExecutedName', 'trim' => true, ), | |
array( 'start' => 321, 'length' => 9, 'field' => 'ExecutedFiscalNumber', 'trim' => true, ), | |
array( 'start' => 330, 'length' => 16, 'field' => 'ExecutiveProcessNumber', 'trim' => true, ), | |
array( 'start' => 346, 'length' => 60, 'field' => 'ExecutedAddress', 'trim' => true, ), | |
array( 'start' => 406, 'length' => 10, 'field' => 'ExecutedZipCode', 'trim' => true, ), | |
array( 'start' => 417, 'length' => 35, 'field' => 'ExecutedLocality', 'trim' => true, ), | |
array( 'start' => 452, 'length' => 10, 'field' => 'ExecutedAmount', 'trim' => true, ), | |
array( 'start' => 462, 'length' => 3, 'field' => 'ExecutedCurrency', 'trim' => true, ), | |
array( 'start' => 465, 'length' => 10, 'field' => 'Date', 'trim' => true, ), | |
array( 'start' => 475, 'length' => 20, 'field' => 'APS', 'trim' => true, ), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment