
Comma Separated Values (CSV)
target-csv (hotgluexyz variant)
Comma Separated Values (CSV) is a file format used to store and exchange data.
CSV is a simple file format that stores data in a tabular form, with each row representing a record and each column representing a field. The values in each field are separated by commas, hence the name "comma separated values." CSV files can be easily opened and edited in spreadsheet software like Microsoft Excel or Google Sheets, making them a popular choice for data exchange between different applications and systems. They are also commonly used for importing and exporting data from databases and other software tools.
Settings
Destination Path
The file path where the CSV data will be saved.
Delimiter
The character used to separate values in the CSV file.
Quote Character
The character used to enclose values in the CSV file.
Comma Separated Values (CSV) connector is available on Meltano Community. It is built by our growing community of over 5000+ developers. Refer to the Install section below to verify the readiness of this connector.