Results 1 to 3 of 3

Thread: Line Mapper functionality

  1. #1
    Join Date
    Sep 2011
    Posts
    167

    Default Line Mapper functionality

    Hi ,

    I was going thru the manual of SpringBatch where I discover about line mapper and come to know that it is similar to row mapper that we have in jdbc templates of spring COULD YOU PLEASE TELL ME whether line mapper takes the row from the input file and convert that whole string into an object to set it in filed set..?plz explain it

  2. #2
    Join Date
    May 2011
    Location
    New Delhi, India
    Posts
    157

    Default

    Line mapper take a fieldset & creates a domain object needed by the application. Fieldset is an intermediate between line in a file & domain object. Spring batch creates the fieldset from the underlying file that is being read.

  3. #3
    Join Date
    Sep 2011
    Posts
    167

    Default

    Quote Originally Posted by rishishehrawat View Post
    Line mapper take a fieldset & creates a domain object needed by the application. Fieldset is an intermediate between line in a file & domain object. Spring batch creates the fieldset from the underlying file that is being read.
    Hi ,

    Can u explain in simple words about the fieldset as I am still not clear...and also about domain object....is it mapping the records of the file say a csv file with the pojo...??plz explain..??

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •