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)
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
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
My pentaho ETL jobs(.kjb) files are not working after upgrading the pentaho data integeration from 5.3 to 9.2
I used to run the Pentaho ETL jobs in PDI community edition 5.3 with the kitchen like below
./kitchen.sh -rep=repo1 -file=/var/lib/jenkins/project/path/etl/Job1.kjb
after upgrading the PDI community e...
Mohan Rajan K
Votes: 0
Answers: 2
Doesn't able to run job(kjb) in Pentaho Data Integration 9.2
I have tried running job using pentaho 9.2 it is not picking the job when running by kitchen comment
./kitchen.sh -rep=repo1 -file=/var/lib/jenkins/project/path/etl/Job1.kjb
Job1.kjb contains multiple...
Udhayakumar R
Votes: 0
Answers: 1