Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    680

    Thanks Dave, yes, the XML pasted is just sample...

    Thanks Dave,
    yes, the XML pasted is just sample entity of a larger file.actual XML file will have n number of <counter> nodes.

    I am able to convert 'Trade' Sample XMl file to CSV file.

    I had...
  2. Replies
    3
    Views
    680

    Hello, Can anyone give me some idea on this, i...

    Hello,

    Can anyone give me some idea on this, i m struck with this.
    Pl share some idea or code with me.

    Thanks
  3. Replies
    3
    Views
    680

    XML with attributes

    Hello,

    My XML file looks like below.



    <?xml version="1.0" encoding="UTF-8"?>
    <Count>
    <subCount version="" Date="2007-07-31T10:03:00" newDate="2007-08-01T10:03:00" id="A00001">
    <Counter...
  4. Replies
    3
    Views
    736

    I tried with some the help iof documentation ,...

    I tried with some the help iof documentation , but not able to do it.

    Can anyone share some code , if you have done the same.
  5. Replies
    3
    Views
    736

    Can Anyone Please share some idea on this, i need...

    Can Anyone Please share some idea on this, i need to do this ASAP.

    Your quick response will be highly appreciated.

    Thanks
  6. Thanks Davymeers. It will be possible using...

    Thanks Davymeers.

    It will be possible using XSLT, but i am pretty sure using Spring batch it can be achived, as i am using Spring Batch for entire batch process i would like to explore a way out....
  7. Replies
    1
    Views
    953

    Uploading Multiple Files

    Hello,

    I want to upload Multiple files to a server location, i am able to do it for single file using FlatFileItemReader, I am not sure how to do the same of Multiple Files,

    I was exploring...
  8. Replies
    3
    Views
    736

    XML File with Attributes

    Hello,

    I need to convert a XML file to Flat file, My XML file typically looks like as given below sample.

    I was able to convert a XML file to Flat file using the Trade example provided in...
  9. Thanks, now i am able to convert the file with...

    Thanks, now i am able to convert the file with the help of detail given by you.

    I was trying the above with Trade example given with Spring Batch Sample with Trade.xml as input which has simple...
  10. I am trying to use the xmlStax example provided...

    I am trying to use the xmlStax example provided in samples.

    I modified it to take the input from XML file and provide the output in a csv file,i am getting various exceptions.
    i am not very clear...
  11. how to convert large XML file to CSV Flat File

    I am new to Spring Batch .

    I need to convert a large xml file to a comma delimeted flat file(.csv file), XML file will be input resource and expected ouput resource would be CSV flat file.
    I am...
  12. Multiple File reader and File Writer for single file

    I have a requirement that i don't know how to handle.

    I am trying to do a upload for which i have to read a large input file(a big flat file ), I have to write to a different output file

    is it...
  13. problem in using step scope while late binding

    I want to dynamically set resource property of FaltFileItemReader each time my job is run by adding the filename in jobParameters. I have tried doing this according to the documentation:



    <?xml...
  14. Configuration for File Upload using Spring Batch

    Hi ,

    I am new to Springs and Spring batch.

    I am trying to do a file upload from a user specified directory to app server or some specified location through spring batch,User will be select the...
Results 1 to 14 of 14