Skip to content

guvencenanguvenal/nifi-parsejsonattribute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

nifi-parsejsonattribute

Apache Nifi Parse Json Attribute Processor

Please contribute project.

Get Started! 😎

Download stable version.

Build project

mvn clean install

After build success, COPY attribute-parse-json.nar file from target directory to {NIFI_PATH}/lib directory.

How to Use? ⭐

  • After copy nar file, restart nifi and you can add ParseJsonAttribute processor like other processors.
  • You must fill properties.

Json Attribute

Property is which property is a json.

Json Properties

Property is which is created after parsing.

for this example attribute should be JSON1,JSON2,JSON3:

{
  'JSON1': 1,
  'JSON2': 2,
  'JSON3': 3
}

Contribute

Please fork project nifi-parsejsonattribute