[
https://issues.apache.org/jira/browse/NIFI-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178127#comment-15178127
]
ASF GitHub Bot commented on NIFI-1583:
--------------------------------------
GitHub user acesir opened a pull request:
https://github.com/apache/nifi/pull/254
NIFI-1583 Added ConvertJSONtoCSV processor
New functionality to convert complicated multi nested JSON format into
tabular 2 dimensional CSV format
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/acesir/nifi NIFI-1583
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/254.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #254
----
commit 841f19fa2a9efea62c48de1bf24ed9296e878de2
Author: acesir <[email protected]>
Date: 2016-03-03T17:01:57Z
NIFI-1583 Added ConvertJSONtoCSV processor
New functionality to convert complicated multi nested JSON format into
tabular 2 dimensional CSV format
----
> Convert JSON format to CSV
> --------------------------
>
> Key: NIFI-1583
> URL: https://issues.apache.org/jira/browse/NIFI-1583
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Affects Versions: 0.4.1
> Reporter: Adis Cesir
> Priority: Minor
>
> Processor with the ability to flatten out multi nested JSON Objects and
> Arrays into tabular format / CSV. An example of a use for this is the common
> server responses and log events producing JSON which can be converted into
> fixed delimited structure to ingest into RDBMS,HDFS/Hive and any other system
> preferring 2 dimensional tabular formats.
> https://github.com/acesir/nifi-ConvertJSONtoCSV-bundle
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)