BAEL-3298 Some more refactoring

This commit is contained in:
Shubhra
2020-02-09 19:13:33 +05:30
parent 7e05fcbe3f
commit 113e3d8ab3
5 changed files with 10 additions and 4 deletions
@@ -38,7 +38,7 @@ public class SpringBatchRetryConfig {
@Autowired
private StepBuilderFactory stepBuilderFactory;
@Value("input/record.csv")
@Value("input/recordRetry.csv")
private Resource inputCsv;
@Value("file:xml/retryOutput.xml")
@@ -0,0 +1,3 @@
username, user_id, transaction_date, transaction_amount
sammy, 1234, 31/10/2015, 10000
john, 2134, 3/12/2015, 12321
1 username user_id transaction_date transaction_amount
2 sammy 1234 31/10/2015 10000
3 john 2134 3/12/2015 12321