character « Batch « Spring Q&A





1. Wrong EOL characters when after writting .txt    stackoverflow.com

I use spring-batch 2.1.8 release. Depending if the batch is executed under windows or unix, there's a different EOL character. On unix, the file generated only has CR - on winsows, ...

2. Spring batch - using multiple characters as delimiter    stackoverflow.com

I have a input file with delimiter as "||". As you can see there are two characters but batch accepts a single character as delimiter. How to go about this issue?? Issue ...