Hi,
In Data Integration we can do column mapping using Code as the scripting option.
I understand I can use any C# code (that's what it says in the documentation), but for some people that's hard to understand. Maybe the documentation in https://doc.dynamicweb.dev/manual/dynamicweb10/integration/setup/activities.html?tabs=general#scripting could be expanded to consider some basic examples and/or point to the API documentation.
But I do have a question; is it possible to get any value from the current source column or the entire iteration row? I was thinking of something along the lines of:
- @Code(MyNamespace.MyClass.GetSomeValueByExternalSourceValue(@row["Id"]))
Best Regards,
Nuno Aguiar