Hi guys,
How is this scripting supposed to work when using code?
I see there is an explicit option: Code.
What is the actual syntax in this case? Should I still use @Code(data["AccessUserAddressActive"]?.ToString() + "abc") or just data["AccessUserAddressActive"]?.ToString() + "abc" ?
I am trying to use something like this: @Code(data["ProductNumber"].Split('-')[0]) but I keep getting:
2026-05-20 13:43:20.8436|DataIntegration|ERROR|Error: The source reader for the table: [EcomProducts] can not get a value for the column: [ERP_Company].
...
Stack: at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomDestinationWriter.Write(Dictionary`2 row, Mapping mapping, Boolean discardDuplicates) at Dynamicweb.DataIntegration.Providers.EcomProvider.EcomProvider.RunJob(Job job)
I am using DW10.23.13.
Thank you,
Adrian