I’m using the stream-enrich app and getting the output in a TSV format. But I need to get the output data in JSON format.
Please can someone help with the simplest way to implement this, might be through a custom enrichment step.
I have already tried the snowplow-scala-analytics-sdk-0.1.0-released, there seems some issue with the SDK. I need a easier alternative at the enrichment step.
I am getting similar functionality either with Ruby script working on the top of the enrichment Kinesis stream or with similar super-easy Python script working on standard in in local development. If you look into SDK/any other sources, you would find an array with key list, so there is nothing hard in making a key-value hash…