How to remove in a file the temporal data from the wireless vibration sensor V3

Hello,
For my project I need to remove the temporal data from the wireless vibration sensor V3 in a csv file or a txt file.
I will be very glad if someone can help me !

I don’t know what you mean by temporal data. Can you please elaborate on what you are trying to do?

Hello,
Thank you for your answer,

I am using node red on linux. For my application every 5 minutes the sensor does an acquisition. But the data ( vibration along x,y and z axis) are only available in the command window where I am using node red. So I want to recover these data in a file preferly a csv file.

You can implement a Node-Red flow that will log readings to a CSV file. We have a CSV example flow here:

You may need to adapt it to your particular use case.