I have a dynamic input tool ,in which I connect to db and get some details .But I need to hardcode some value from other source.
Something like :
Select 'ID' as ID,<Other Columns from db>
from databasetable where <Condition>
Problem is the 'ID' part which I modify using 'Replace specific string' gets different data type.
Basically replacement value from the source is double but after this dynamic input it gets changed to string .sometime it gets converted to Int.
For now I used select tool to convert to uniform format .But not sure why datatype getting changed.
Please advise How to solve this.
Thanks,
Krish