https://github.com/dsietz/talend-tcsvstring
Talend tCSVString component
https://github.com/dsietz/talend-tcsvstring
component convert csv gplv3 talend talend-components talend-openstudio
Last synced: 3 months ago
JSON representation
Talend tCSVString component
- Host: GitHub
- URL: https://github.com/dsietz/talend-tcsvstring
- Owner: dsietz
- License: gpl-3.0
- Created: 2017-10-05T17:43:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T17:49:06.000Z (over 7 years ago)
- Last Synced: 2025-01-20T00:55:47.914Z (5 months ago)
- Topics: component, convert, csv, gplv3, talend, talend-components, talend-openstudio
- Homepage:
- Size: 462 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/gpl-license)
## tCSVString
+ 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.
---
### Overiew of job flow

### Retrieving the CSV string
1. 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.
2. Retrieve the CSV string after the flow has compelted by calling tCSVString component's CSV_TEXT property.
### Save the CSV string as a *.csv file
3. Pass the csv string to a tFileOutputRaw component

### CSV file content
