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)
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-CE 9.0 / UDJC-step fails to execute external Java classes when running in Carte
I have created some external functions, saved in jar-files in the /libext-folder, which are used in UDJC steps. In Spoon, everything runs fine. When I run the job with the transformation in Carte, the...
HeikoM
Votes: 0
Answers: 1
How can i retrieving AUTO_INCREMENT column values through kettle batch insert?
there are two table in mysql, ddl as follow
CREATE TABLE `class` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`class_name` varchar(20) NOT NULL,
PRIMARY KEY (`id`)
);
CREATE TABLE student (
id b...
Ling
Votes: 0
Answers: 1