Do the following steps to a new RML processor to the implementation report.
- Fork this repo.
- Clone or download the test-cases: https://github.com/RMLio/rml-test-cases
- Run them over the processor and create a CSV file called
results.csv
with the results. An example of such a CSV file can be found here. - Create a folder in the
tools-report
folder with the name of the processor. - Copy
results.csv
in the newly created folder. - Make a pull request to this repo with the information of your tool: name, version, test date, contact and web page.
- Once the pull request is merged the results are available at the RML implementation report web page.
Do the following steps to update an RML processor that is already in the implementation report.
- Fork this repo.
- Update
results.csv
file in the processor's folder intools-report
. - Make a pull request to this repo with the updated information of your tool: version, test date, contact and web page.
- Once the pull request is merged the results are available at the RML implementation report web page.