Write Components
Beside the generic ‘Write’ component, which behaves according to file(s) suffixes, there are also components which produce particular file format or connect to database and write a table.
There are two groups of write components:
Writing various file formats
- Writeevd – write EVD,
- Writejson – write JSON,
- Writeparquet – write Parquet, a columnar file format,
- Writeqvd – write QVD, Qlik’s file format,
- Writeqvx – write QVX, Qlik’s file format,
- Writexlsx – write MS Excel,
- Writexml – write XML.
Writing tables and streams
- Writekafka – write Kafka topic,
- Writemysql – write MySQL/MariaDB table,
- Writeora – write Oracle table,
- Writepg – write PostgreSQL table,
- Writesqlite – write SQLite table,
- Writetd – write Teradata table.