Kettle is a code name for Pentaho Data Integration tool. It is an open source GUI-based ETL (Extraction, Transformation, and Loading) tool.
0
votes
1answer
23 views
How connect Pentaho Data Integration with Amazon RDS
I´m having difficult with create a new connection on Pentaho Data Integration (Kettle) with Amazon RDS,
Amazon needs a CA Cert, and I dont know how to input it to connection.
Someone can help me?
...
3
votes
2answers
50 views
Kettle: How to get max date for each group of rows
I'm reading an excel sheet using Kettle and this sheet has three fields: code, description and date.
Example:
1 - description A - 01/JAN/2013
2 - description A - 15/JAN/2013
3 - description A - ...
1
vote
2answers
29 views
how to process each row in kettle ONE AT A TIME?
i was wondering if it is possible to work on a per row basis in kettle?
i am trying to implement a reporting scheme which consists of a table, where the requests get queued for processing and then ...
0
votes
1answer
24 views
Errors in SQL Kettle Transformation
I need to add some colums values to the stream final output. I am using "add constant" but it returns the error shown bellow:
2013/05/16 17:33:48 - Sort rows.0 - The number of binary string to
...
0
votes
1answer
16 views
Kettle join two datastream for a table output
How is the method for join 2 data stream from 2 sources.
I have 2 MSSQL tables and i need to pull the data to a MySQL table BUT i dont have enough fields in MSSQL stream to fit the MySQL table not ...
1
vote
1answer
25 views
Could not open “Pentaho User Console” page in browser
I'm working on Java Pos and I'm a newbie. I need (kettle) Pentaho Data Integration in order to integrate the Java POS' database with the database in the ERP. I followed the following manual
...
0
votes
1answer
37 views
Check a mongodb connection with Pentaho
I would like to check on my Pentaho (Kettle) transformation if the mongodb database is available.
Currently, I have an error like this when I put a wrong configuration :
2013/04/30 17:10:07 - ...
1
vote
0answers
21 views
Kettle Weka Scoring Deserializing Error
I am trying to load a Weka model in kettle to score incoming data and I am receiving the following error:
"An error occured reading a transformation from the repository
Problem de-serializing model ...
2
votes
1answer
57 views
RDB to JSON in Kettle?
I'm currently trying to get a handle on how Kettle 4.4 handles data transformations by trying to port something I'm currently doing via Python to a Kettle job.
I have a relational database with four ...
1
vote
2answers
67 views
Process an input file having multiple name value pairs in a line
I am writing kettle transformation.
My input file looks like following
sessionId=40936a7c-8af9|txId=40936a7d-8af9-11e|field3=val3|field4=val4|field5=myapp|field6=03/12/13 15:13:34|
Now, how do i ...
0
votes
0answers
45 views
how to parse IMAP emails using kettle in Java EE web application [closed]
I am able to read IMAP emails from gmail in my Java EE web application and now got big task to parse those emails using pentaho kettle .
I am very new to kettle ETL tool. Please can anyone tell me ...
0
votes
1answer
51 views
XML CHild node iteration in Pentaho
I have an XML file which has data in format:
<LineHeader>
<LineItem LineNumber="1">
<Product SKU="99991L" DespatchQuantity="70">
<Item ...
1
vote
2answers
56 views
Unable to open transformation: null - Running a Job from Java
I have simple Job (named A) which starts a simple transformation (named A). The transformation
contains only a dummy component.
They are both stored into a db repository.
If I start the job from ...
0
votes
0answers
25 views
Is there a way to have dynamic keys in the MongoDB Output Step of Pentaho Kettle?
Using - Pentaho Kettle 4.4
Basically I want the values coming in columns from the TABLE INPUT step, as Keys of the mongo document..
Please tell if the question is unclear and I need to add an ...
0
votes
2answers
43 views
How can I add up the columns?
I want the total of the each column . There are no key values in my data that can be used as a group field for a "Group By Step".
Please help me.
1
vote
1answer
74 views
Running Flows in Mule Parallel
I have two flows in Mule that i want to run in parallel. The first flow should transfer a file from a remote machine using sftp to a local directory (does this none stop as long as the file is ...
0
votes
0answers
42 views
spoon from kettle does not run in windows
I am trying to run kettle.
I run spoon.bat. It finds the environment variables correctly and launches launcher.jar.
After launcher screen displayed a few seconds it disappears and nothing happens.
...
0
votes
0answers
19 views
KettleDatabaseException: Row/column index out of range
I have a problem with executing a SQL query in TableInput step in Kettle transformation.
My query is quite long using UNION ALL. This is a part off it:
SELECT
'1104' AS tag,
( SELECT ...
0
votes
3answers
99 views
Does Pentaho Data Integration has Excel 2007 (.xlsx) ouput in a transformation?
Does Pentaho Data Integration has Excel 2007 (.xlsx) ouput in a transformation?
I'm using PDI 4.1.0 Stable
1
vote
0answers
18 views
libformulaErrorValue error code 504
I'm building a formula using step where I want to secarch for a string within a char column
IF(FIND("PUC";UPPER([DSC_LONGDESC])>0);"PUC";"OTHERS")
but I'm getting this error when I run the ...
1
vote
1answer
34 views
What does the distribute tag do in a Pentaho Kettle ETL step?
What is the difference between <distribute>Y</distribute> and <distribute>N</distribute>? In the Spoon user interface, how does this value change?
<step>
...
0
votes
2answers
95 views
looping in a Kettle transformation
I want to repetitively execute an SQL query looking like this:
SELECT '${date.i}' AS d,
COUNT(DISTINCT xid) AS n
FROM table
WHERE date
BETWEEN DATE_SUB('${date.i}', INTERVAL 6 DAY)
AND ...
1
vote
1answer
109 views
Not able to run spoon.bat or any other batch file in Pentaho Data Integration (Kettle)
Tried pdi-ce-4.1.0-stable and pdi-ce-4.2.0-stable
My Machine - Windows 7 64 bit
When I run Spoon.bat cmd line window appears and disappears and then nothing happens.
When I tried to run it from ...
1
vote
0answers
95 views
Using PDI transformation in Pentaho BI server as data source for report parameters
Any advice on how to use PDI transformation as data source for report parameters in BI server's console?
I've uploaded the prpt reports to BI server but the I get a message "Error parsing parameter ...
1
vote
1answer
33 views
Can I migrate from DTS to an equivalent MySQL tool?
The work i need to do is to migrate MSSQL 2000 DTS to MySQL, unfortunetly i have not found an equivalent to DTS in MySQL. I thought of using an ETL which is Pentaho Spoon. Therefore i would like to ...
1
vote
1answer
71 views
How to use a field as the MDX Query of a Mondrian Input Step instead of a variable?
I have a PDI Transformation that begins with a 'Get rows from result' step. Each of the rows contains a field that has an MDX command as its value. I am using the 'Mondrian input' step and want to use ...
0
votes
1answer
99 views
Django - How to conect Pentaho Kettle ETL with wep app
I have a Django application where users can upload big dataset in PostgreSQL db. I would like to use an ETL tool like Pentaho Kettle to do the upload job. Later, I would like to use Kettle for data ...
0
votes
1answer
73 views
Value input in Pentaho Spoon
I am doing transformation using Spoon. I have an input table with this query:
select id, idOrder, date from TBL1 where date='2013-03-20';
I want to give an idOrder value manually from input. e.g. ...
0
votes
4answers
150 views
running multiple jobs from a batch file in pentaho
I would like to ask if there is a more efficient way of running multiple transformations(70 transformations) besides the IDE? Doing it the IDE way is alright but it does become tedious having to click ...
1
vote
1answer
97 views
Import/Export data using ETL or Java Freamework
We want to add the ability to Import/Export data in our java webapp (implemented using Spring and Hibernate).
Our webapp contains hierarchical data along with LOB data loaded from files.
The ...
0
votes
1answer
73 views
How to connect properly to Google Cloud SQL using Pentaho Kettle
Good day,
I have just started using Pentaho's Kettle to try and connect to a Google Cloud SQL instance. I've noticed that after making the connection, the Test on Spoon says it's working, However, ...
0
votes
3answers
87 views
How to take JSON object and parse through iava script? [closed]
I have json in below format.How to take this in INPUT step and then validate and parse through javascript step.
JSON INPUT
[{ "firstName": "John", "lastName": "Smith", "age": 25, "address": { ...
0
votes
0answers
206 views
Pentaho Data Integration (PDI) and Report Designer Manipulation with Parameters
I've been trying to tackle the following issue in Pentaho BI suite:
I have a data integration step that returns a column with n values.
I want to pipe that data integration into pentaho report ...
1
vote
1answer
155 views
How to resolve incorrect SQL syntax error when using “Dimension Lookup / Update” with MySql?
I'm using Kettle 4.1 with MySql 5.6 and am trying to run the chapter 4 demo from the Pentaho Kettle Solutions: Building Open Source ETL Solutions with Pentaho Data Integration and am having the ...
0
votes
1answer
138 views
pentaho Error 64k limit in JSON FileInput
I created a job which extracts json datas from a webservice. It works on my PC but not when I export it on my dev. server (Ubuntu Server x64). please help me on this.
ERROR
"Caused by: ...
0
votes
1answer
112 views
how to call python script in kettle
I have a problem in kettle connecting python. In kettle ,I only find the js script module.
Does kettle support python directly, If I can call python script in kettle with no using js or others?
By ...
2
votes
0answers
108 views
Converting Row Columns to Rows with Pentaho Kettle/PDI
Brand new to Pentaho (and a newbie SO poster so look out!)
I'd like to use Kettle/PDI to transform data coming in from an RDBMS from this (for example):
Question1 Question2 Question3 ...
1
vote
1answer
76 views
Kitchen getting killed
I am using pentaho data integration for ETL. I am running the job in ubuntu server as a shell script. It is running for some time after that it is getting killed without throwing any error. Please ...
0
votes
1answer
58 views
Parsing currency into a number in Spoon CSV Text Input
This seems like it should be simple.
I have a CSV file with multiple currency values (so I'd like to avoid writing a bunch of string-manipulation steps if it can be avoided), and I was excited to ...
0
votes
1answer
89 views
How to merge the streams of two (or more) transformations in Kettle?
We have several tables the store binary blobs of report along with meta-data. I would like to make a report that summarises the contents of these tables. I have created a transformation per table and ...
0
votes
0answers
61 views
The cause of the error in pentaho kettle
In Pentaho kettle while execution the job I get below message repetetly:
13/03/01 15:12:47 - testing - Start of job execution
2013/03/01 15:12:47 - Transformation metadata - The shared object ...
0
votes
4answers
914 views
Pentaho: How to dynamically add Field (= Column) to OutputRow?
I would like to dynamically add fields (or a new columns) to the resulting output row in Kettle.
After spending hours reading through froum posts and he not so well done scripting documentation, I ...
0
votes
1answer
197 views
How to extract XML node values and attributes from recurring nodes
I am using Kettle and the Get Data From XML transformation to extract certain information from an XML file. I set Loop Xpath to /*[name()='feed']/*[name()='entry'] which brings in all the relevant ...
0
votes
0answers
90 views
Unable to extract Zip file using unzip step in kettle
I am tring to extract an 2gb file using pantaho kittle unzip step . But I am getting below error.
Unzip file - ERROR (version 4.3.0-stable, build 16786 from 2012-04-24 14.11.32 by buildguy) : Error
...
0
votes
0answers
45 views
kettle mongo _id
I'm trying to upsert by using the _id field in Mongo.
I've tried to recover first the _id by using a Json Input step, no luck with $._id or $._id.$oid
Anyone knows how to upsert by _id?
1
vote
1answer
95 views
automating downloads of facebook insight data
I'm looking for a tool or process for exporting facebook insights data for a facebook page and a facebook app. Currently I am just manually downloading csv files from their Insights interface but ...
0
votes
0answers
101 views
Don't overwrite files with Kettle SFTP
I'm using the "Get a file with SFTP" step in Kettle to retrieve files for a job. An additional file is uploaded to this SFTP every day. I'd only like the job to download and transform the new file. I ...
1
vote
1answer
123 views
Pentaho Google analytics plugin - what does it do when there is more than 10,000 rows?
The response to each GA request returns a certain number of rows (with a maximum of 10,000). If your first request defines a query that will result in more than 10,000 rows (say for the example it ...
0
votes
2answers
135 views
Kettle (pdi) - Open multiple files with Stax Step
I have millions of xmls I need to read, transform and save to a database.
Using StAX Step I managed to open an xml file and do what I needed.
But the filename only let me open one file per step. Was ...
1
vote
2answers
411 views
Parsing text files using pentaho
I have a large number of text files that I need to load into a database. Instead of being in the more usual csv format they are structured like this:
TY - JOUR
T1 - On the Structure and ...



