I am doing i simple input text file into Kettle Pentaho PDI 8.1.0. The file has several acceding char like "á" and it is a .csv file.
In the settings of the input text file step i set the encoding to ISO-8859-1. So when i go to "Show file content" button everything are correct.
But when i press the Preview rows so i can see the data separated into columns then i get error on all acceding chars and are replaced with ? So Mária becomes M�ria.
By using the word error i do not mean that kettle does not run the transformation but that the data are not correct.
Any Idea?