About exporting to a CSV file using a script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2024 04:34 PM
I wrote a code that uses a repair script to check and log the value of each record.
The output destination is the "syslog" table.
However, I believe that if the log becomes large enough, it will not be possible to write to the records.
So instead of recording it in a record, I'm looking for a way to export it to a text file or a CSV file.
Does anyone know of a better way?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2024 08:24 PM
Hi @bonsai
please elaborate more on your scenario and provide more details as well as screenshots to help us understand you better.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2024 10:39 PM
The article below seems to solve the problem!
thank you very much.