Gathers CDR information from a CSV file on the local host, parses, and then submits to your Sonar instance.
This requires go installed unless you download the pre-built binary within the release. Currently only built for linux amd64
Setup initial .env file. Within the directory the pre-built file is located at perform the following.
$ cp env.example .env
$ vi .env
Adjust the information accordingly to your setup needs.
Want to contribute? Great! Fork the repository and perform your changes and submit a PR.