python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
I have installed Lince Bi on Windows machine but on connecting SQL server it is showing SSL error
I have installed Lince Bi on Windows machine but on connecting SQL server it is showing SSL error.
"com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connec...
helloindia
Votes: 0
Answers: 1
What would be the correct XPath to obtain counterparty with same tag name?
I am trying to figure out what the correct XPath would be to obtain information from this XML doc.
<relationships>
<relationship>
<person>
<name>Jane Do...
moonlight-hollow
Votes: 0
Answers: 1
How to replace all characters contain uppercase and lowercase letters to only uppercase letters in pentaho using regex?
I'm trying to replace uppercase lowercase letters with corresponding uppercase letters using regex in pentaho with replace in string. Example
Apple
apple
APPLE
expected result
APPLE
APPLE
APPLE
How ...
Jiejie
Votes: 0
Answers: 1
Pentaho PDI: execute transformation for each line from CSV?
Here's a distilled version of what we're trying to do. The transformation step is a "Table Input":
SELECT DISTINCT ${SRCFIELD} FROM ${SRCTABLE}
We want to run that SQL with variables/parame...
will trillich
Votes: 0
Answers: 1