diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi-docs/src/main/asciidoc/developer-guide.adoc index 46a2a95c42..caa57c0242 100644 --- a/nifi-docs/src/main/asciidoc/developer-guide.adoc +++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc @@ -132,17 +132,17 @@ attribute within the `CoreAttributes` enum. - Filename ("filename"): The filename of the FlowFile. The filename should not contain any directory structure. -- UUID ("uuid"): A unique universally unique identifier (UUID) assigned to this FlowFile +- UUID ("uuid"): A unique universally unique identifier (UUID) assigned to this FlowFile. -- Path ("path"): The FlowFile's path indicates the relative directory to which a FlowFile belongs and does not contain the filename +- Path ("path"): The FlowFile's path indicates the relative directory to which a FlowFile belongs and does not contain the filename. -- Absolute Path ("absolute.path"): The FlowFile's absolute path indicates the absolute directory to which a FlowFile belongs and does not contain the filename +- Absolute Path ("absolute.path"): The FlowFile's absolute path indicates the absolute directory to which a FlowFile belongs and does not contain the filename. -- Priority ("priority"): A numeric value indicating the FlowFile priority +- Priority ("priority"): A numeric value indicating the FlowFile priority. -- MIME Type ("mime.type"): The MIME Type of this FlowFile +- MIME Type ("mime.type"): The MIME Type of this FlowFile. -- Discard Reason ("discard.reason"): Specifies the reason that a FlowFile is being discarded +- Discard Reason ("discard.reason"): Specifies the reason that a FlowFile is being discarded. - Alternative Identifier ("alternate.identifier"): Indicates an identifier other than the FlowFile's UUID that is known to refer to this FlowFile. diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc index 7d06c1c241..03554fef6e 100644 --- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc +++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc @@ -39,7 +39,7 @@ reflected the name of the file on the file system. Additionally, the FlowFile wi have a `path` attribute that reflects the directory on the file system that this file lived in. The FlowFile will also have an attribute named `uuid`, which is a unique identifier for this FlowFile. For complete listing of the core attributes -check out the FlowFile section of the link:developer-guide.html#flow[Developer's Guide] +check out the FlowFile section of the link:developer-guide.html#flowfile[Developer's Guide]. However, placing these attributes on a FlowFile do not provide much benefit if the user is unable to make use of them. The NiFi Expression Language provides