NIFI-907: addressing comments to fix periods and link from expression lanaguage doc to developer doc

Signed-off-by: Matt Gilman <matt.c.gilman@gmail.com>
This commit is contained in:
Joseph Percivall 2015-09-09 13:20:31 -04:00 committed by Matt Gilman
parent 47e9a3cdee
commit 59b7a71c8a
2 changed files with 7 additions and 7 deletions

View File

@ -132,17 +132,17 @@ attribute within the `CoreAttributes` enum.
- Filename ("filename"): The filename of the FlowFile. The filename should not contain any directory structure. - 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. - Alternative Identifier ("alternate.identifier"): Indicates an identifier other than the FlowFile's UUID that is known to refer to this FlowFile.

View File

@ -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 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 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 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 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 if the user is unable to make use of them. The NiFi Expression Language provides