You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/06 23:37:25 UTC

[jira] [Commented] (NIFI-1583) Convert JSON format to CSV

    [ https://issues.apache.org/jira/browse/NIFI-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229179#comment-15229179 ] 

ASF GitHub Bot commented on NIFI-1583:
--------------------------------------

Github user joewitt commented on the pull request:

    https://github.com/apache/nifi/pull/254#issuecomment-206581942
  
    I am not sure we can use org.json:json dependency.  Its license as found in the readme of https://github.com/stleary/JSON-java/blob/master/README says  "The license includes this restriction: "The software shall be used for good,
    not evil." If your conscience cannot live with that, then choose a different
    package.""
    
    I'm not sure this is acceptable in that it doesn't claim to be public domain or be part of any approved ASF friendly license.


> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)