https://github.com/gabrielspassos/batch-poc
https://github.com/gabrielspassos/batch-poc
batch etl spring springbatch
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabrielspassos/batch-poc
- Owner: gabrielSpassos
- Created: 2021-06-03T17:43:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T18:44:11.000Z (almost 5 years ago)
- Last Synced: 2025-06-16T02:04:01.382Z (12 months ago)
- Topics: batch, etl, spring, springbatch
- Language: Java
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
}
```