Open source Rasa yaml to csv (and vice versa) converter

Hi everybody! I just wanted to let people know that I’ve created a csv to yaml and yaml to csv converter that is available here: GitHub - aaronbriel/csv-to-rasa-yaml

It leverages ruamel.yaml to ensure Rasa indentation and scalar literal formatting compliance. Converting to csv allows for easier data analysis in pandas or other ML libraries, with the option to convert back to Rasa yaml after data engineering/filtering/etc.

1 Like