Search:

Type: Posts; User: payal; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,675

    Hi, To get the execution context in custom...

    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...
  2. Thanks. I did the same thing. Issue is that text...

    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...
  3. lineseparator doesnot separate the line while writing the file in unix environment

    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...
Results 1 to 3 of 3