Flow PHP

JsonLinesExtractor implements Extractor, FileExtractor, LimitableExtractor uses Limitable, PathFiltering

FinalYes

Interfaces

Extractor
FileExtractor
LimitableExtractor

Methods

__construct()  : mixed
extract()  : Generator
source()  : Path
withPointer()  : self
withSchema()  : self

Methods

extract()

public extract(FlowContext $context) : Generator
Parameters
$context : FlowContext
Return values
Generator

withPointer()

public withPointer(string $pointer[, bool $pointerToEntryName = false ]) : self
Parameters
$pointer : string
$pointerToEntryName : bool = false
  • when true pointer will be used as entry name for extracted data
Return values
self

withSchema()

public withSchema(Schema $schema) : self
Parameters
$schema : Schema
Return values
self

        
On this page

Search results