Remove Line Break & Special Character Using Data Transform
@replaceAll(.DeviationList(<CURRENT>).DeviationJustification,"\n"," ")
@pxReplaceAllViaRegex(Param.RemovedLineBreak,"[^a-zA-Z]+"," " ")
@replaceAll(.CountryList(<CURRENT>).CountryName,"\n"," ")
@pxReplaceAllViaRegex(Param.RemovedLineBreak,"[^a-zA-Z]+"," ")
Comments
Post a Comment