- Version 1.0
Converts all the rows and their columns to a single csv formated string. The csv string is not in the output row. Use the component property CSV_TEXT to retrieve the value.
- Provide rows of data with columns as part of the flow (e.g.: database query) +NOTE: The tCSVString component will pass through the rows of data so you can insert it in the middle of your flow.
- Retrieve the CSV string after the flow has compelted by calling tCSVString component's CSV_TEXT property.
- Pass the csv string to a tFileOutputRaw component