Forum Discussion
MardayT
10 months agoNew Contributor
So how have you fixed this situation ? I have similar problem too
HeatherB_Finit
10 months agoContributor 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!
Related Content
- 2 years ago
- 8 months ago