Hello i'm particularly new to pentaho and why when the table_input has an empty string, and when do insert to table_output the data becoming null
for example in the table input
ID|name
1|dan
2|
3|itzy
4|kim
5|(null)
i do preview my query, and it's ok and has empty string
but when it enter the table output it became null,
i check in the db SELECT * FROM TABLE_OUTPUT
ID|name
1|dan
2|(null)
3|itzy
4|kim
5|(null)
My step consists of TABLE_INPUT=>TABLE_OUTPUT
just a simple select and insert
i'm using pdi-ce-9.1.0.0-324
table input is from MYSQL DB, table output is POSTGRESQL 13