1. Wrong EOL characters when after writting .txt stackoverflow.comI 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 |
2. Spring batch - using multiple characters as delimiter stackoverflow.comI 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 ... |