Data loading from Postgress
Hi While loading the data from FDA connector Postgress the fields which are defined as character varying in Postgress are trimmed while loading to Campaign classic.
What could be the reason for this?
Hi While loading the data from FDA connector Postgress the fields which are defined as character varying in Postgress are trimmed while loading to Campaign classic.
What could be the reason for this?
Hi @amit_21111 ,
Check what is the character length defined in database for that particular field.
Consider, for a field if varchar length is 300 in DB, then in Adobe campaign classic Schema definition, define length as 300 for the field.
<attribute label="Field 1" name="field1" length="300" type="string"/>
If you don't define length in <attribute/> for string type, it will consider default length as 255. So in DB for that string field if the length is 300, in ACC you can see only 255 characters. So we need to defined length="300".
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.