We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8761d98 commit 8fe67c1Copy full SHA for 8fe67c1
metafacture-json/src/main/java/org/metafacture/json/JsonDecoder.java
@@ -41,7 +41,7 @@
41
* @author Jens Wille
42
*
43
*/
44
-@Description("Decodes JSON to metadata events. The \'setRecordPath\' option can be used to set a JsonPath "
+@Description("Decodes JSON to metadata events. The \'recordPath\' option can be used to set a JsonPath "
45
+ "to extract a path as JSON - or to split the data into multiple JSON documents.")
46
@In(String.class)
47
@Out(StreamReceiver.class)
0 commit comments