Can traccar push data to Google Sheets

Morten2 months ago

Basically everything about computed attributes and what is getting removed - and how I'm supposed to get that from /positions

Anton Tananaev2 months ago

Computed attributes can alter attributes, including removing some. So say if you don't need signal strength, you can remove it using computed attributes. But it will completely remove it from the database, not just from the API response.

Morten2 months ago

Ah ok - where do we make the computed attributes?

Anton Tananaev2 months ago

Have you checked the documentation first?

Morten2 months ago

Yes but to be honest I don't understand from it how it can be used to remove something?

Anton Tananaev2 months ago

You can return null value to remove attribute.