‎2009 Feb 11 8:50 AM
Hi Experts,
I have specified one field length as 180 of type CHAR of one field called Name in the maintain source field step.But the problem is while reading the data characters upto lenght 60 are coming.rest are getting truncated(i mean after 60 till 180).i mean after 60 rest it is showing blank.What exactly can be the problem?i am not able to sort it out.
Is there any limit to the length of a particular field that we specify?
Any pointers will be highly appreciated.
Regards,
Rahul
Edited by: Rahul Kumar Sinha on Feb 11, 2009 10:05 AM
‎2009 Feb 11 11:37 AM
if your passing the text up to 180 chars but target filed is only 60 char length, so that ist taking only 60 chars. put the break point on the text filed in step5(Maintain Field Mapping and Conversion Rules) and check...