wimverstuyf / php-coda-parser

PHP parser for Belgian CODA banking files
GNU Lesser General Public License v3.0
41 stars 25 forks source link

Getting Address #23

Closed jtas01 closed 2 years ago

jtas01 commented 2 years ago

I would like to get the address from line 32 s. How can I get that?

wimverstuyf commented 2 years ago

The address in line 32 is unstructured (it can contain any information) and can't be easily parsed as address. The parser will read line 32 but only use this information if another message can't be found in 2x lines. If you specifically want line 32 you should use LinesParser directly.