(How) can I update the Source CSV File in CSV Agent? #2799
Unanswered
cburgdorfer
asked this question in
Q&A
Replies: 1 comment
-
Or even better, can I take the data directly out of a MySQL database? Would that be possible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, 👋
I'm new to Flowise and I've got this simple flow, and am trying to frequently update the CSV.
I've been trying to use cURL, but it doesn't seem to work.
I don't get an error using cURL, it just seems that the CSV data is not replaced if I ask the chatbot about it.
The cURL command I am using via PHP is:
The response is:
But I actually changed the column names to
Jane,Doe
.Does anybody know what the problem could be? I will also try to update the documentation, if I find the answer.
Or maybe I get the concept completely wrong? 😬
Thanks so much for any help!
PS: The endpoint should be correct:
Beta Was this translation helpful? Give feedback.
All reactions