Forum Discussion

MardayT's avatar
MardayT
New Contributor
2 years ago

Re: Question about Complex Expressions built on Connector Data Sources

So how have you fixed this situation ? I have similar problem too

1 Reply

  • HeatherB_Finit's avatar
    HeatherB_Finit
    Contributor III

    Hi MardayT, in my connector business rules, I use Replace statements to remove commas from all fields that might contain it. Then, you can use the args.line.split command in complex expressions to reference field values. Note that connector data sources appear to  sometimes append empty spaces to the end of field field values, so I usually include .Trim statements as well to get rid of those. Hope that helps!