RPAS exportmeasure utility
Hi Team,
We are using the exportmeasure utility with range parameter having start range as current system date and end range is calculated from RPAS calendar end date. Using the below command its exporting properly.
exportMeasure -d ${RDF_DOMAIN} -meas meas1,meas2,meas3,meas4 -intx itemstr_day_ -processes 8 -range 20180630:20191227 -out /ABC/DEF/export_data.csv.ovr
20180630 is current system date.
20191227 is RPAS calendar end date.
Both dates are getting calculated in the shell scripts before calling the utilty.
Now we need to change the export logic as below
Each item for measures (meas1,meas2,meas3,meas4) should be exported from current date to item's end date not calendar end date.