How to read Boletus Shipping Files that are sent to Banks?

Asked

Viewed 2,238 times

1

I would like to know an effective and structured way to read the Boletos Remittance Archives that are sent to the Banks. I’ve found some libraries that generate these files, but none that read these files.

If only there is a simple library that already contains the logical structure of CNAB, I could continue.

Being more specific, I need to read the files that follow this layout of Itaú (http://download.itau.com.br/bankline/layout_cobranca_400bytes_cnab_itau.pdf) and of Bradesco (http://www.bradesco.com.br/portal/PDF/pessoajuridica/solucoes-integradas/outros/layout-de-arquivo/cobranca/4008-524-0121-08-layout-cobranca-versao-portugues.pdf)

I’m getting to know the powerful jabuticava library, but it’s hard to understand which Objects or Transfer Objects should I use if there is no easy method for this and if I develop the reading of the files myself.

  • You can use that library. I’ve never used it, but I’ve heard very good about it. And instead of developing from scratch and alone, you can contribute to the project.

  • Do you need to read the shipment file with the data of the boletos? If this is it just use some library that reads files . txt that can solve this. If what you want is to generate the boleto your question is incorrect.

  • This library generates the billet only or le shipment files?

  • @Giovaniracipaganini, do both.

  • I didn’t know her, pretty cool :D

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.