This app converts from CSV file syntax to QuickStatements syntax.
It provides the contents of a CSV file in a format understandable to QuickStatements syntax.
This tool is available live at: https://csv2qs.toolforge.org/
- Go to csv2qs
- Upload your csv file using the proper syntax. If you prefer, use the model file only as a test
- Finally, click Submit to QuickStatements
There are several packages need to this application to function. All of them are listed in the requeriments.txt
file. To install them, use
pip install -r requirements.txt
You also need to set the configuration file. Your config file should look like this:
SECRET_KEY: "YOUR_SECRET_KEY"
BABEL_DEFAULT_LOCALE: "pt"
LANGUAGES: ["pt","en"]
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
GNU General Public License v3.0
This application was developed by the Wiki Movimento Brasil User Group