gautamdudeja90 / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 1 forks source link

Enhancement request: allow different format in segment #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?  If applicable, please provide a
mapping configuration and sample record input to recreate the problem.
1.
2.
3.

What is the expected output? What do you see instead?
It'll a good enhancement if beanio mapping.xml allows different format in 
segment. For example, the format of stream is fixedlength, but the format of 
the segment is delimited by ",". I am dealing with a real case that one field 
in our fixed length string is delimited by ",". Currently, I am using a string 
to map the entire field, but it'll be great to have all the sub elements in 
this field mapped to an object.

What version of BeanIO are you using? What JDK version?
2.0.5

Please provide any additional information below.

Original issue reported on code.google.com by dav...@gmail.com on 11 Apr 2013 at 12:41

GoogleCodeExporter commented 9 years ago
I've been thinking about adding that for quite sometime now, but haven't found 
the time.  Now that I know there is some interest, I'll look into it more after 
I wrap 2.1.0, which means it's probably still several months off... sorry

Thanks,
Kevin

Original comment by kevin.s...@gmail.com on 11 Apr 2013 at 10:12