Forum Discussion
MardayT
New Contributor
So how have you fixed this situation ? I have similar problem too
HeatherB_eCap
6 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
- 4 months ago
- 7 months ago