-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read a csv file automatically when it overwritten #1767
Comments
Hi @gamorav, One easier approach to solving this would be, listening to the directory instead of the file.
Upon dropping a new CSV file (with a new name) to your |
Hi @senthuran16 , thank you, but I need that the csv has to be the same name, any workaround for that condition?. |
Hi @gamorav ,
When we add a new line to [1] https://siddhi-io.github.io/siddhi-io-file/api/latest/#file-source |
Description:
I am using WSO2 Streaming Integrator Tooling 4.0.0 to test this script:
Log:
My problem is that when I overwrite the csv file with new data the log doesn't show anything. The only way to do that is by saving the siddhi file.
How can I solve this issue?. In other words, How can I automatically poll the entire file (not line by line) every time it is modified or overwritten?
Thanks.
The text was updated successfully, but these errors were encountered: