An open API service indexing awesome lists of open source software.

https://github.com/gabrielspassos/batch-poc


https://github.com/gabrielspassos/batch-poc

batch etl spring springbatch

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Spring Batch POC

* Raw file

```
000131/10/2015513399100117397900000010010
000203/12/2015548773841001392000000020020
000302/02/2015554146166883996100000030030
```

* Breaking line

```
0001 31/10/2015 5133991001173979 000000100
```

```javascript
{
"id":"0001",
"date": "31/10/2015",
"cardNumber":"5133991001173979",
"amount": 100
}
```