Rev 671 | Rev 679 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 671 | Rev 678 | ||
|---|---|---|---|
| Line 118... | Line 118... | ||
| 118 | if (dadosSeparados[29].contains("antecipada")) { |
118 | if (dadosSeparados[29].contains("antecipada")) { |
| 119 | ExtratoAntecipacaoDTO extratoAntecipacaoDTO = new ExtratoAntecipacaoDTO(); |
119 | ExtratoAntecipacaoDTO extratoAntecipacaoDTO = new ExtratoAntecipacaoDTO(); |
| 120 | extratoAntecipacaoDTO.setSequencial(sequencial); |
120 | extratoAntecipacaoDTO.setSequencial(sequencial); |
| 121 | sequencial++;
|
121 | sequencial++;
|
| 122 | extratoAntecipacaoDTO.setDataRecebimento(DataUtil.retornarDataApartirString("dd/MM/yyyy", dadosSeparados[0])); |
122 | extratoAntecipacaoDTO.setDataRecebimento(DataUtil.retornarDataApartirString("dd/MM/yyyy", dadosSeparados[0])); |
| - | 123 | extratoAntecipacaoDTO.setDataVenda(DataUtil.retornarDataApartirString("dd/MM/yyyy", dadosSeparados[1])); |
|
| 123 | extratoAntecipacaoDTO.setDataVencimento(DataUtil.retornarDataApartirString("dd/MM/yyyy", dadosSeparados[2])); |
124 | extratoAntecipacaoDTO.setDataVencimento(DataUtil.retornarDataApartirString("dd/MM/yyyy", dadosSeparados[2])); |
| 124 | Double valor = 0.0; |
125 | Double valor = 0.0; |
| 125 | if (VerificadorUtil.naoEstaNuloOuVazio(dadosSeparados[7])) { |
126 | if (VerificadorUtil.naoEstaNuloOuVazio(dadosSeparados[7])) { |
| 126 | String valorLinha = dadosSeparados[7].replace("R$", "").trim(); |
127 | String valorLinha = dadosSeparados[7].replace("R$", "").trim(); |
| 127 | valor = new Double(valorLinha.replace(".", "").replace(",", ".") ); |
128 | valor = new Double(valorLinha.replace(".", "").replace(",", ".") ); |