I have two questions about Pentaho Kettle, and I need some help please! So, I have a CSV file with some data. In one the column's, the file have some dates(in years).. The first problem its, some rows have the "None" in that column and other rows have the date in the right format. This image should help to "see" the problem:
To resolve this problem, I changed the data type in input file and in the database to String. That works, but i thing that's not the correct way to do. I also tryed to use the "Filter Rows " step, but don't worked.. Some help please? :)
The second problem its about a null value in the date field. The database expects to received a date value, but some of tha values are null.. Once again, this image should help to "see" the problem:
What I can do to resolve the both problems? What is the right way to not only resolve the problem, but have a good performance to query the data later?
Thanks very much!
Best regards!