what is the preferred way to make calculations on exsisting values? |
The Data Integration Expression Language provides the ability compare them to other values, and make some calculations on the existing values.
Please refer the Expression language guide for more details - https://help.syncfusion.com/data-integration/expression-language-guide |
I get the values from a SQL Server and want to make calculations on them. I tried this using UpdateAttribute Processor but the calculated value didn´t show up in the file. |
In Data Integration Platform, we have provided the preloaded sample Data flow(templates) that deals with data transformation.
Some of them are ,
· Boolean Operations
· Column Operations
· Conditional Operations
· Mathematical Operations
· Searching Operations
· String Manipulation
· Substring Operations
· JsonToSQL
In order to utilize this sample you need to initiate the preloaded samples in to the Data Integration Platform.
Please follow the link to initiate the template - https://help.syncfusion.com/data-integration/user-guide#instantiating-a-template |
I also tried using a script(Javascript) using OutputStreamCallback to do this. But this didn´t work either. |
In order to execute your scripts you can use “ExecuteScript” processor to achieve your use case.
|
Can you provide me with an example on how to do this? |
Please refer our above mentioned example templates for data transformation.
|