cancel
Showing results for 
Search instead for 
Did you mean: 

field validations

Former Member
0 Kudos

in source side, field have length of 18 only, how can i validate that field and how error raised if the field exceeds that length?

explain with an example.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi sreenivas,

U r working on which version of PI ?

Former Member
0 Kudos

hi prasad,

i am woring on pi7.0version.

Former Member
0 Kudos

PI 7.0 :

For Validating the field you need to write some UDF.

If it is valid then you can map & if its not valid you can raise some exception in Mapping

If you are working on PI 7.1 this feature is provided using the XML Validation which compares with the XSD.

Regards

Ganga