You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/14 19:19:00 UTC

[jira] [Commented] (NIFI-5326) Create a controller service that returns random data from a JSON file

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

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

Github user MikeThomsen commented on the issue:

    https://github.com/apache/nifi/pull/2807
  
    I'm going to back this out, close the Jira and merge it with my side project [nifi-datageneration-bundle](https://github.com/MikeThomsen/nifi-datageneration-bundle).


> Create a controller service that returns random data from a JSON file
> ---------------------------------------------------------------------
>
>                 Key: NIFI-5326
>                 URL: https://issues.apache.org/jira/browse/NIFI-5326
>             Project: Apache NiFi
>          Issue Type: New Feature
>            Reporter: Mike Thomsen
>            Assignee: Mike Thomsen
>            Priority: Major
>
> The controller service should be able to load a JSON file and pull random entries from the top level regardless of whether it is a JSON object or list. Arrays of primitive values (ex. strings) should be handled with a common structure like this:
> { "key": "XYZ" }
> where XYZ is the value that was pulled from a list like this:
> [ "ABC", "DEF",...,"XYZ" ]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)