|
Sometime data is organized into subfolders which use a time-based hierarchical structure. As an instance: c:\data\meteo\2014\07\02\sample080000.tif which represents a tif file with sample data having date=2014-07-02 and time=8:00 AM
The current timestamp extractor only deal with base file name (sample080000.tif in this case).
We would like to add the capability to also leverage on the fullpath of the sample file. In that case we will also able to extract the other parts of the final timestamp.
We may add a fullPath parameter (to be set to true) on the regex property collector class to use the full path of the file instead of the simple filename.
Finally, we can add a fullPath parameter to the timestampExtractor regex syntax.
|