Created on 02-22-2021 07:07 AM - edited on 02-23-2021 09:13 PM by subratadas
FreeFormTextRecordSetWriter is great for writing any format.
The reader will pick JSON in our example based on our UpdateAttribute; we can dynamically change this as data streams.
We can write our output in a custom format that could look like a document, HTML, fixed-width, a form letter, weird delimiter, or whatever you need.
As another output, we can UpdateHiveTable from our data and change the table as needed.