You are here

protected property CsvParser::$startByte in Feeds 8.3

The position in the file to start from.

Type: int

File

src/Component/CsvParser.php, line 31

Class

CsvParser
Parses an RFC 4180 style CSV file.

Namespace

Drupal\feeds\Component

Code

protected $startByte = 0;