Yes that is also needed.
Type: Posts; User: Mahendra Singh Kushwah; Keyword(s):
Yes that is also needed.
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):
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...
I will try this and let you know the results.
Thanks
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.
In my Case:
I would like to read files from input directory, print all the lines and copy the files to the output directory.
The above files are the output files. The input file is attached below.(Please remove .txt extension):
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...
public class BUDeTransformerTest {
private static Logger log = Logger.getLogger(BUDeTransformerTest.class);
public void printLine(String payload) {
log.info(payload.toString());...
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...
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...