I have an attribute [complete] withe the value 1-A.
I would like to split that value to attribute [split1] with the value 1
and attribute [split2] with the value A
I've tried AttributeSplitter;AttributeTrimmer;AttributeCreator
I have an attribute [complete] withe the value 1-A.
I would like to split that value to attribute [split1] with the value 1
and attribute [split2] with the value A
I've tried AttributeSplitter;AttributeTrimmer;AttributeCreator
Best answer by courtney_m
Use an AttributeSplitter with "Attribute to Split" set to complete, and Delimeter set to a dash (-). Then use a ListExploder to on the list attribute created by the splitter. You can then use a FeatureMerger to merge the records back together.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.