Files
spring-batch/spring-batch-samples/build/resources/main/data/iosample/input/input.xml
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

23 lines
423 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<customers>
<customer>
<name>customer1</name>
<credit>10</credit>
</customer>
<customer>
<name>customer2</name>
<credit>20</credit>
</customer>
<customer>
<name>customer3</name>
<credit>30</credit>
</customer>
<customer>
<name>customer4</name>
<credit>40</credit>
</customer>
<customer>
<name>customer5</name>
<credit>50</credit>
</customer>
</customers>