Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

JSON to CSV conversion operator

Christian Kreutzfeldt edited this page Apr 27, 2016 · 1 revision

The JSON-to-CSV conversion operator was implemented to solve a common problem when exporting JSON document content into a Hadoop layer which expects TSV format.

To circumvent the implementation of a dedicated converter for each JSON structure, the operator requests a list of content references pointing towards the fields inside a JSON document that must be included inside the export.

For each incoming JSON object the operator reads the referenced content and exports it in the same order into a character separated string.