neerajb1
(Neerajb1)
September 27, 2018, 1:22pm
1
Hi All,
I just want to know if there is any way to convert excel training data-set into rasa json training data-set format. I have dataset in intent , entity , value and text coulmn . I want to convert it into json training dataset. in rasa nlu trainer it is taking one to one. Thank you
@Juste
@ souvikg10
@ akelad
1 Like
akelad
(Akela Drissner)
September 27, 2018, 3:59pm
2
You can write a custom csv to json/md script
1 Like
neerajb1
(Neerajb1)
September 28, 2018, 6:29am
3
akelad:
custom
Thanks @akelad i wrote the script and it’s working fine.
1 Like
cwaihai
(Carole)
April 20, 2019, 10:09am
4
@neerajb1 any change your script is open source on github? Would save me sometimes if I could just get inspiration from you…
2 Likes
I would also be interested.
1 Like
I just created a tiny script that will create nlu.md file from a CSV file. I will add more code for stories, domain etc soon.
hi
Is the code for stories.yml and domain available?
1 Like
baval
(Bavalpreet Singh)
July 1, 2021, 5:43pm
8
@neerajb1 yes you can definitely automate that
i am sharing the script for your convenience and desired output as per latest rasa updates
data in this format in excel -
nlu file -
Domain file -
code -
1 Like
Here is the link for the pypi.org repo.
easy-rasa · PyPI