Modify for importing your specific data. Recommend:
- writing scripts that can be executed multiple times
- use a source of truth like a published Google Sheets (publish in TSV format for best results)
- use API keys for instance access
shards build
./bin/import_bookings
./bin/import_desks
-f ./data.tsv
if you have the data locally-u https://path_to_TSV
if you've published a google sheet-d https://placeos.domain
the placeos instance-k abs1234xfndsx
the placeos api key
i.e.
./bin/import_desks -d "https://placeos.domain" -k "c3c1ebeb60d94dcc96caf5fae12"