I´m working with PDI 4.1. I´ve created transformations and jobs, and I have an excel file with data from database. The columns in my excel file are name
, date
and hour
, and I need to bring the data from last month. Can I do something like this?
Name_july_hour.xls==name_june_hour.xls
Thanks in advance.