GetWorkdayReport 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-workday-processors-nar
DESCRIPTION¶
A processor which can interact with a configurable Workday Report. The processor can forward the content without modification, or you can transform it by providing the specific Record Reader and Record Writer services based on your needs. You can also remove fields by defining schema in the Record Writer. Supported Workday report formats are: csv, simplexml, json
INPUT REQUIREMENT¶
ALLOWED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Access Token Provider |
Enables managed retrieval of OAuth2 Bearer Token. |
Authorization Type |
The type of authorization for retrieving data from Workday resources. |
Web Client Service Provider |
Web client which is used to communicate with the Workday API. |
Workday Password |
The password provided for authentication of Workday requests. Encoded using Base64 for HTTP Basic Authentication as described in RFC 7617. |
Workday Report URL |
HTTP remote URL of Workday report including a scheme of http or https, as well as a hostname or IP address with optional port and path elements. |
Workday Username |
The username provided for authentication of Workday requests. Encoded using Base64 for HTTP Basic Authentication as described in RFC 7617. |
record-reader |
Specifies the Controller Service to use for parsing incoming data and determining the data’s schema. |
record-writer |
The Record Writer to use for serializing Records to an output FlowFile. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
success |
Response FlowFiles transferred when receiving HTTP responses with a status code between 200 and 299. |
failure |
Request FlowFiles transferred when receiving socket communication errors. |
original |
Request FlowFiles transferred when receiving HTTP responses with a status code between 200 and 299. |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
getworkdayreport.java.exception.class |
The Java exception class raised when the processor fails |
getworkdayreport.java.exception.message |
The Java exception message raised when the processor fails |
mime.type |
Sets the mime.type attribute to the MIME Type specified by the Source / Record Writer |
record.count |
The number of records in an outgoing FlowFile. This is only populated on the ‘success’ relationship when Record Reader and Writer is set. |