I am able to get by setting encoding as ISO-8859-1 for writer
Type: Posts; User: Kbules; Keyword(s):
I am able to get by setting encoding as ISO-8859-1 for writer
Hi,
I have an issue with FlatFileItemWriter encoding. In application I am reading data from database and writing into flat file with txt extension in the linux environment.
Application database...
Thanks for your replay.
Working fine with scope and changed binding variable name.
Hi ,
I tried to get dynamic file name with late binding variables for a specific step.
I am getting empty value ref binding variable.
Configuration:
<step id="flatFileGenerationStep" >
...
I tried to give fill path for the command property like below.
<property name="command" value="<<full path>>" /> for the bean SystemCommandTasklet.
is this correct way. Can you direct me how to...
Thank you for your replay.
I tried to execute system command ex: pgp or dir in windows environment. but it is throwing following error.
----------
Encountered an error executing the step...
Can someone give me an idea(s) on this?
Hi ,
I have requirement to encrypt file using third party tool/commands.
I want to use SystemCommandTasklet to execute third party commands like pgp -v
Job Configuration:
<bean...
could you please give me some direction?
Thank you for your replay.
The following way I am going to achieve.
Batch Configuration:
------------
<step id="enctyptFile">
<tasklet>
<chunk reader="businessObjectReader" ...
Hi,
As per my requirement, Flat file needs to be create at given FTP server.
Can I use FTP Adapter for this? Guide me. I am inexperienced with FTP adapter :(.
Please share any reference...
Can someone give me an idea(s) to do this?
Hi,
I need to encrypt medium/large flat files using PGP.
Can I get best result do encryption with Spring Batch?
How to accomplish this? What should I do? Please Guide me.
Thanks in...
Thank you very much working fine. Issue with xml classpath.
Hi,
Permit me this is basic issue only.
I am trying to run the simple hello world and getting following error event xml file in classpath.
Could you please direct me.
Thanks in advance.