An open API service indexing awesome lists of open source software.

https://github.com/edbizarro/bi-extract

Extract data from sources
https://github.com/edbizarro/bi-extract

bi csv etl

Last synced: about 1 year ago
JSON representation

Extract data from sources

Awesome Lists containing this project

README

          


BI - Extract

> Extract data from sources



Build Status StyleCI LIcense

---

### Default Extractors

#### Csv

The Csv extractor uses generator class to avoid consume excessive memory.

```php
extract('PATH/TO/CSV');

foreach ($result as $row) {
// var_dump($row);
}
```

## Installation

You can install the package via composer:

``` bash
composer require edbizarro/bi-extract
```

---

![forthebadge](https://forthebadge.com/images/badges/contains-cat-gifs.svg)