Hi,
We are creating a workflow and need to use a reconciliation node between a temporary table and a field of a resource. The problem we have is that in the resource field we need to take only the first 15 characters and the reconciliation node does not allow us to use functions, only the fields directly, how can we do it?
Thanks
Luis
Solved! Go to Solution.
Views
Replies
Total Likes
@LAR1985 You can use the enrichment activity to define the primary set and target set then use reconciliation within the enrichment activity to apply the function on both the temporary table and a field of a resource.
Example screenshot where you can have a function on both source and destination that uses the advanced functions.
Views
Replies
Total Likes
Hi @LAR1985,
A good way it might be to use and enrichment where you create and additional field in which you sabe the first 15 characters using the substring function.
Afterwards, use this calculated field in the reconciliation node to make it match with the other table or resource.
¡Hope this helps!
Regards,
Celia
Views
Replies
Total Likes
@LAR1985 You can use the enrichment activity to define the primary set and target set then use reconciliation within the enrichment activity to apply the function on both the temporary table and a field of a resource.
Example screenshot where you can have a function on both source and destination that uses the advanced functions.
Views
Replies
Total Likes
Views
Likes
Replies