Files
spring-boot-rest/spring-batch/src/main/resources/output/output5.xml
Parth Karia 127dd7323d BAEL-243 Spring Batch using Partitioner (#2419)
* BAEL-1004 changes in variable names

* BAEL-243 Spring Batch using Partitioner
2017-08-11 08:09:36 -07:00

21 lines
639 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<transactionRecord>
<transactionRecord>
<amount>10000.0</amount>
<transactionDate>2015-10-31T00:00:00+05:30</transactionDate>
<userId>1234</userId>
<username>devendra</username>
</transactionRecord>
<transactionRecord>
<amount>12321.0</amount>
<transactionDate>2015-12-03T00:00:00+05:30</transactionDate>
<userId>2134</userId>
<username>john</username>
</transactionRecord>
<transactionRecord>
<amount>23411.0</amount>
<transactionDate>2015-02-02T00:00:00+05:30</transactionDate>
<userId>2134</userId>
<username>robin</username>
</transactionRecord>
</transactionRecord>