TheThingsNetwork / lorawan-devices

Device Repository for LoRaWAN devices
Apache License 2.0
183 stars 360 forks source link

CSV action fix #781

Closed LDannijs closed 1 month ago

LDannijs commented 2 months ago

Summary

At the moment the action for uploading the devices CSV to airtable is failing. Found out that some text is making it not properly escape. Added a proper csv package to have it do the magic of escaping characters.

I've verified if it works correctly using https://csvlint.io/ and tried it as well using \ and ' in the text.

Changes