Hello
I'm a newbie with Kettle. I try to extract data from an XML files and to insert them into tables of an SQLite database.
For this, I wrote a transformation which contains 2 steps linked to each other :
- step1 : extract data from XML
- step2 : insert data into a table
I mapped the fields of the flow (coming from xml) to the fields of the table.When I execute the transformation, the records are inserted into the table but all japanese characters are replaced by '?'.
When I preview the data after extracting them from xml, all these characters are displayed correctly, so I guess the problem must appear somewhere when Kettle tries to insert them into the database. Would you have an idea what the problem could be?
Thank you in advance for any advices
Max
I'm a newbie with Kettle. I try to extract data from an XML files and to insert them into tables of an SQLite database.
For this, I wrote a transformation which contains 2 steps linked to each other :
- step1 : extract data from XML
- step2 : insert data into a table
I mapped the fields of the flow (coming from xml) to the fields of the table.When I execute the transformation, the records are inserted into the table but all japanese characters are replaced by '?'.
When I preview the data after extracting them from xml, all these characters are displayed correctly, so I guess the problem must appear somewhere when Kettle tries to insert them into the database. Would you have an idea what the problem could be?
Thank you in advance for any advices
Max