Class SimpleCsvFileLookupService

java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.controller.AbstractControllerService
org.apache.nifi.lookup.AbstractCSVLookupService
org.apache.nifi.lookup.SimpleCsvFileLookupService
All Implemented Interfaces:
org.apache.nifi.components.ConfigurableComponent, org.apache.nifi.controller.ControllerService, LookupService<String>, StringLookupService

@Tags({"lookup","cache","enrich","join","csv","reloadable","key","value"}) @CapabilityDescription("A reloadable CSV file-based lookup service. The first line of the csv file is considered as header.") @Restricted(restrictions=@Restriction(requiredPermission=READ_FILESYSTEM,explanation="Provides operator the ability to read from any file that NiFi has access to.")) public class SimpleCsvFileLookupService extends AbstractCSVLookupService implements StringLookupService