My customer is studying SWI octave function. To evaluate octave data for stored in Streams, customer would like to download these data to their PC. Can Octave support to generate csv file or other format from Streams data?
Hi
This is a feature that we coudl add in the future to handle directly from the UI
In the meantime, there is avery simple way to get all Event data from a stream using the API
https://openapi.octave.dev/#operation/countByPathEvent
A few lines of code (python or other) will get the data in JSON format and easily converted in .csv as well