https://github.com/larsid/soft-iot-write-csv
Bundle OSGI responsável por criar e escrever arquivos CSV.
https://github.com/larsid/soft-iot-write-csv
csv karaf osgi-bundle soft-iot
Last synced: 3 months ago
JSON representation
Bundle OSGI responsável por criar e escrever arquivos CSV.
- Host: GitHub
- URL: https://github.com/larsid/soft-iot-write-csv
- Owner: larsid
- License: gpl-3.0
- Created: 2024-02-04T19:31:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T18:16:28.000Z (about 2 years ago)
- Last Synced: 2024-05-02T04:10:59.200Z (almost 2 years ago)
- Topics: csv, karaf, osgi-bundle, soft-iot
- Language: Java
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SOFT-IoT-Write-CSV
O `SOFT-IoT-Write-CSV` é um *bundle* OSGI responsável por criar e escrever arquivos [CSV](https://en.wikipedia.org/wiki/Comma-separated_values).
## Configurações
| Propriedade | Descrição | Valor Padrão |
| ----------- | --------- | ------------ |
| filePath | Caminho onde o arquivo será armazenado | `/opt/karaf/etc/csv/` |
## Licença
[GPL-3.0 License](./LICENSE)