Developer forum

Forum » Integration » Column Mapping Code scripting

Column Mapping Code scripting

Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

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


Replies

 
Dmitriy Benyuk Dynamicweb Employee
Dmitriy Benyuk
Reply

Hi Nuno,
its not yet possible now, but we are already working on this feature #24877.
BR, Dmitrij

 
Nuno Aguiar Dynamicweb Employee
Nuno Aguiar
Reply

Hi Dmitriy,

 

That is great news. Thank you

 

BR,

Nuno Aguiar

 

You must be logged in to post in the forum