Hello,
We have remote telemetry units in the field that transmit readings to a vendor's cloud. The region's climate dictates the frequency of the readings being sent to the vendor to conserve battery life. There are only 3 fields that we will be retrieving; ReadingDate, AssetID, and Reading. We only retrieve the data on the first day of the month. So, there may be multiple readings for an Asset on different days. We only want to input one reading per Asset. Vendor will not be massaging the data for us. We will be using ION to retrieve the data. We are only interested in the last reading for any duplicate Asset reading. Is there a way for ION to remove all duplicate Asset readings? Would that processing be in the dataflow/workflow? Or, through scripting to remove duplicate readings? Not sure how to even proceed in either cases. The file format that is available to us can either be a CSV or json file. Not sure which one would be easier for ION to handle.
Any guidance would be appreciated.
Thank you in advance.