Problems with migrating an existing assistant in a different language from DialogFlow to Rasa

Hi! I’m encountering an issue with the migration of an assistant from Dialogflow to Rasa. I followed step by step the tutorial that I found on the official blog (How to Migrate your Existing Google DialogFlow Assistant to Rasa | The Rasa Blog | Rasa) but when I try converting the exported data with this command rasa data convert nlu --data data/place_finder --out data/nlu.md --format md the output on the nlu file is empty and I get a screen error that says UserWarning: No training examples found for dialogflow file With the relative path of both the entities and the intents. The assistant that I am migrating is in italian and I want to migrate it as it is.

I am currently working on MacM1 and this is the version of rasa that I have installed Rasa Version : 3.0.4 Minimum Compatible Version: 3.0.0 Rasa SDK Version : 3.0.2 Rasa X Version : 1.1.3 Python Version : 3.8.12 Operating System : macOS-12.2.1-arm64-arm-64bit Python Path : /opt/homebrew/Caskroom/miniforge/base/envs/rasatest/bin/python3.8

I would like to share the following Python script that facilitates the migration process from Dialogflow to Rasa Open Source.

Feel free to test it and share any comment/issue/improvement :wink:

Best,

Belén