Hi,
Issue: how to convert text to double in an integration activity
DW10 - XML provider > DW provider
----
In my source XML I have values like this:
<column columnName="MultipleQty"><![CDATA[12.00]]></column>
I want to map them to a value in the EcomProducts table where the data type is 'Double'.
When I run the activity it is ignored. So I should convert it with some code. I tried several scripts like this one:
@Code(Convert.ToDouble({0}))
Unfortunately it doesn't work. Anyone an idea? I want to avoid pre-processing the whole file with xsl.
 
                                                             
                        
                             
                                                     
                        							 
                                                     
                                                     
                     
                                                            