Write RASA form to CSV

Hi All,

I’m a newbie to RASA. I have created a RASA form ( as below ) and I want to export the form into a CSV for further actions.

I am going to run a restaurant search using the following parameters:

    • cuisine: chinese*
    • num_people: 2*
    • outdoor_seating: True*
    • preferences: no additional preferences*
    • feedback: good*

You may implement any logic in the FormAction’s submit-method. This method is called as soon as all form slots are filled.

Thanks ! So I can write a Python code to extract the form objects to excel right?

Yep, you can write a csv-file, which can be read by Excel