Search:

Type: Posts; User: Mahendra Singh Kushwah; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    710

    Yes that is also needed.

    Yes that is also needed.
  2. Replies
    5
    Views
    710

    yes. I have four different files, like stated...

    yes. I have four different files, like stated below:


    1) abc.csv
    2) rdf.xls
    3) bnn.txt
    4) mut.csv

    I have ysed the below code for single file(message.csv):
  3. Replies
    5
    Views
    710

    File Handling in Spring

    Hi All,

    I am new to spring. I have developed a small app, which is reading files from source, printing the number of lines and copy them to destination folder. It works good. But Now I want to...
  4. I will try this and let you know the results. ...

    I will try this and let you know the results.

    Thanks
  5. I just want to print all the lines, So for that...

    I just want to print all the lines, So for that purpose i have used splitter.

    Did I do something wrong ?

    Please suggest the best way to do it. I am new to spring, so don't know much.
  6. In my Case: I would like to read files from...

    In my Case:

    I would like to read files from input directory, print all the lines and copy the files to the output directory.
  7. The above files are the output files. The input...

    The above files are the output files. The input file is attached below.(Please remove .txt extension):
  8. Thanks Amol for this suggestion. Its printing...

    Thanks Amol for this suggestion.

    Its printing all the lines, however unfortunately its not copying all the lines to the output directory.

    also I can see some strange behavior, in the output...
  9. public class BUDeTransformerTest { private...

    public class BUDeTransformerTest {

    private static Logger log = Logger.getLogger(BUDeTransformerTest.class);
    public void printLine(String payload) {
    log.info(payload.toString());...
  10. Outbound Channel Adaptor is not responding

    Hi,

    I am trying to print all lines of input file & then copy the input file to ouput directory. For that I am using the below configuration:




    <channel id="message.inbound" />
    <channel...
  11. org.springframework.integration.MessagingException : failed to transform File Message

    I am new to spring integration and have build a small application which will poll for files from a file_share location and do processing. Files are copied from different locations to this file_share...
Results 1 to 11 of 11