A very quick and dirty node.js script, that generates csv files from a Google Dialogflow JSON-Export.
This isn't ready for production use at all, it was simply used to create a csv table. Errors may occur.
- Run
npm install
- Paste the exported json-files into
/intents
. Make sure all pairs exist (example.json with example_usersays_de.json) - Remove the two dummy json files (or keep them for testing)
- Run
node index.js
- CSV-File
intentTable.csv
should be generated - Import the File into Google Sheets or any other tool (tested with google sheets, worked like charm)