I read an excel file. I extract the value of each cells and put it in my database via a writer. But sometimes, there is no value in the cell.
So I have another excel file to map each cell with a default value. But I cannot manage to actually map it.
Is there a transformer for doing it?
Or Do I have to extract the data from the second xls file into a dictionnary in my workspace to use it?
Thanks.