azicemachine
n3wb
Yes, it looks like Rekor is no longer having downloads of CSV files. If you log into your dashboard, and click on the "View Details" link on the 'Plates this week' category, and at the bottom-left of the page there's a link for downloading CSV files. When you click on it, there's only JSON code rather than CSV files.
There's been some discussion on the issue, and I am unsure when a fix might be forthcoming. Getting a ticket into Rekor I have seen takes weeks for the Scout level of subscriptions.
I found this online conversion tool, where you would copy the JSON (right-click into the browser and choose 'Select all' then right-click and select 'Copy'). Then go here (JSON To CSV Converter (convertcsv.com) and paste it into the input box. It will convert the JSON to CSV which you can then download. I would suggest at least doing this process so that you have local copies of the CSV until a solution is found.
DLONG2 -
They changed from multi line/row csv formatted data to a single line of JSON formatted data and changed the order of the data in the output.
I sent them an email last week on the 29th about this.
Here is their response:
I have not heard anything from them since that.
I enlisted the help of ChatGPT to create a PHP script that I could pipe the JSON formatted data through and spit out csv formatted data in the original column order. This way I didn't have to redo my main download script.
DLong2 and Fubduck and others -
Thanks for getting back. I did the JSON conversion and created a csv file. Had to move some data around to match the column headers/data against an older archive csv file, but Downloader doesn't like what I did and won't manually import it. But at least I have a csv capture of the last few days plates.
Don't know about you folks, but I am not impressed with Rekor customer service. About 3 times a year I just stop connecting to their servers. Reviewing the logs shows a continuous 'Attempting Websockets connection to .......cloud.openalpr.com'. I don't know if they fail to turn on this service or a configuration error when they do maintenance (which they never tell us about in advance) but I usually have to send them 3 tickets about it. It takes a week or more for them to correct the issue and I magically start communicating again. None of the ticket handlers can ever tell me what the problem was or their solution from the engineers.
I have also created a ticket last night about this to Rekor and am waiting for any response.
Thanks for the info - really appreciate it.