i have read this article and it is useful for me ,what am i looking for but i am not sure ,how could i let feature reader to work .
https://community.safe.com/s/question/0D54Q000080hQidSAE/pick-up-latest-file-from-folder-location
i have found one latest file that i am looking to from sampler , but how could i open this file to check the data inside and extract attributes .
the file format is excel
1. As your source, use a Directory and File Pathnames reader.
2. A Sorter that sorts descending on path_modified_date.
3. A Sampler that only lets the first feature pass.
4. A FeatureReader where Dataset is set to path_windows.
this is parameters that i did for feature reader , should i change something ?