mirror of https://github.com/apache/nifi.git
NIFI-3497 - New dictionary files for test
Adding new dictionary files to support metadata dictionary option.
This commit is contained in:
parent
8eb54a5019
commit
a7a7b6ace8
|
@ -0,0 +1,8 @@
|
||||||
|
banana:yellow fruit
|
||||||
|
|
||||||
|
|
||||||
|
zucchini:green vegetable
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
banana<fruit>:yellow fruit
|
||||||
|
zucchini<vegetable>:green vegetable
|
||||||
|
apple<fruit>:red fruit
|
||||||
|
lime<fruit>:green fruit
|
||||||
|
corn<vegetable>:yellow vegetable
|
||||||
|
celery<vegetable>:green vegetable
|
||||||
|
eggplant<vegetable>:purple vegetable
|
||||||
|
tomatoe<vegetable>:red vegetable
|
||||||
|
cherry<fruit>:red fruit
|
|
@ -0,0 +1,5 @@
|
||||||
|
banana:yellow fruit
|
||||||
|
zucchini:green vegetable
|
||||||
|
lime:green fruit
|
||||||
|
corn:yellow vegetable
|
||||||
|
cherry:red fruit
|
Loading…
Reference in New Issue