GetWorkdayReport 2.0.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
Tags
Workday, report
Input Requirement
ALLOWED
Supports Sensitive Dynamic Properties
false
Properties
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.