Export Measure within the time range
Hi,
I would like to export few measures from MFP from particular period (2020-2022). I'm using the control file to export from MFP.
The format will be like this,
Filename| Intersection| Measures1, Meas2, Meas3,...... Meas n | Mask Measures | Scalar
How can I define the time range in the control file?
Example,
While using this below export measure utility, we could get the exact data for the time range that we given. But while using the control file we are not sure how to use the time range inside the control file.
"exportMeasure -d domain_path -meas Measurename -intx Intersection_value -range 20210101:20220626 -out filename.csv"