cancel
Showing results for 
Search instead for 
Did you mean: 

FCC - Problem with occurence

Former Member
0 Kudos

Hi well i will have to transform data via FCC. The recieving data e.g. DT_Test has an element with occurence 0..1. because of '0' there is the possibilty that this element will be left blank, so nothing will be transferred.

in FCC on receiver side i have to give the parameter '.fieldFixedLengths' and i am not able to say XI: " Well if the field is blank, don't use the value given in fieldFixedLengths!

br Jens

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Jens,

you can solve that as well with XSLT and an if-condition on string lenght of source field:

<xsl:if test="//string-length(//myField) != 0"><fieldFixedLengths...

Regards,

Udo

Former Member
0 Kudos

Hi

you can do in the graphical mapping

can you please give the condition on which the fields will be populated.

Thanks

Rinku