Component: Output CSV (DSP)
From Flowcode Help
(Redirected from Component: ID 5142bd81 abad 444b b6db 36a87dce5835)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.2 |
Category | DSP |
Contents
Output CSV component
Allows the values from a buffer to be output directly into a .CSV format file. Either a value at a time or as an array.
Component Pack
DSP
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
CloseFile |
Closes a file | |
![]() |
Return |
![]() |
WriteArray |
Writes a buffer of values from the selected DSP buffer to the CSV file. FAT component must be initialised before calling this macro. | |
![]() |
Return |
![]() |
WriteValue |
Writes a single value from the selected DSP buffer to the CSV file. FAT component must be initialised before calling this macro. | |
![]() |
Return |