Device Bulk Insert

shahaba year ago

hello,
i am using traccar for live tracking only and i have my own frontend and backend. Now i have to make a api through which uses can upload csv and i will parse that csv to save into my custom db but at the same time i need to add those into traccar, but the problem is i was not able to find any bulk upload api in traccar, is there any way i can do this
Thank you

Anton Tananaeva year ago

We don't have bulk upload for devices, but you can probably just insert them into the database directly, if you don't want to use API one by one.

shahaba year ago

we are giving the platform as a SaaS to other user and they will upload CSV and hence the direct sql method is approachable ,but i dont think it is a good one

Anton Tananaeva year ago

Obviously I'm not talking about allowing end users to upload to the database directly. I'm talking about your own backend.