...
Register or Login to Your Account
Hi Friends, I have a doubt on flatfiles If we specify field length 30,but we get the length is 31 what to do Thanks advance
Field will only extract 30 as u have specified . You should check with business team and gather specifications for each field while designing schema ...
not so clear with your question. From where you are getting the length as 31?
if we get length of 31 from client how can we manage
U should have commitments or agreements between integration layer and partner system If those agreements are braking So integration layer fails
If the field length is not constant like in your case, better to go with field delimiters than fixed length
make it 29. it ll count from 0 to 29.. totally it ll b 30
tomasidn - I don't think length will be from 0, might be you are confused with the fields. Yes, we have n fields from 0- (n-1)
golimipygy
Hi Friends,
I have a doubt on flatfiles
If we specify field length 30,but we get the length is 31 what to do
Thanks advance
Sashi
Field will only extract 30 as u have specified .
You should check with business team and gather specifications for each field while designing schema ...
George
not so clear with your question. From where you are getting the length as 31?
golimipygy
if we get length of 31 from client how can we manage
Raj Kumar
U should have commitments or agreements between integration layer and partner system
If those agreements are braking
So integration layer fails
George
If the field length is not constant like in your case, better to go with field delimiters than fixed length
Tomas
make it 29. it ll count from 0 to 29.. totally it ll b 30
George
tomasidn - I don't think length will be from 0, might be you are confused with the fields. Yes, we have n fields from 0- (n-1)