Hi,
To get the execution context in custom reader,You need to implement beforeStep() or afterStep() method.
In that you have to put some value in execution context and you can access that value in...
Type: Posts; User: payal; Keyword(s):
Hi,
To get the execution context in custom reader,You need to implement beforeStep() or afterStep() method.
In that you have to put some value in execution context and you can access that value in...
Thanks. I did the same thing.
Issue is that text file is created in unix environment and I tried to access that created file in IE at windows platform.In windows, /n is not recognized so it read as...
I am writing one text file using FlatFileItemWriter class.
File is generated but it doesnot separate the data with new line character in Unix environment.
I have not configured the lineSeparator...