Hello,
I have a problem about setting connector inputs with variables.
For example i have to set MsSql db connector and for example when i set the URL like jdbc:sqlserver://1.2.3.4:1433;databaseName=myDbName and connector start successfully
but extually i am trying with a different way because our connector parameters will be changed and its to easy only change the one of connector set of variable.
i set a variable (data) as olala, the variable of olala is myDbName,
and i try to set the URL like ;
jdbc:sqlserver://1.2.3.4:1433;databaseName=olala → fails
jdbc:sqlserver://1.2.3.4:1433;databaseName=${olala} → fails
jdbc:sqlserver://1.2.3.4:1433;databaseName=‘${olala}’ → fails
please help me how to set the connector settings with variables?
thanks ,
best Regards.