Sha256: 5546613eebac5b869fa210c6428a4bd8fa5f3a5efe9b86c473d865cbe7a909e5
Contents?: true
Size: 401 Bytes
Versions: 109
Compression:
Stored size: 401 Bytes
Contents
package org.embulk.spi; import org.embulk.config.TaskSource; import org.embulk.config.ConfigSource; public interface ParserPlugin { interface Control { void run(TaskSource taskSource, Schema schema); } void transaction(ConfigSource config, ParserPlugin.Control control); void run(TaskSource taskSource, Schema schema, FileInput input, PageOutput output); }
Version data entries
109 entries across 109 versions & 1 rubygems