php-etl icon indicating copy to clipboard operation
php-etl copied to clipboard

Extract, Transform and Load data using PHP.

Results 12 php-etl issues
Sort by recently updated
recently updated
newest added

## Problem I have been using PHP ETL and the Parallel extension's functional API to ingest large CSV datasets. It has been reliable and fast, but there can be several...

When loading an xml document with the extract for a multiple value name node: ``` A B C D A B C D ``` I iterate on and get all...

If the CSV field is empty it can cause an SQL error, replacing it with NULL does not cause an error. Note: Database column cannot be "NOT NULL"

Unable to insert the data from XML file into database I am trying to use this module to extract and import data from XML files. But It is not inserting...

I am trying to install and this is the output: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - marquine/php-etl v2.3.0 requires illuminate/container...

Hi, We have some issues with version 2.3.1. When using composer 2, we get multiple errors connected with **jsonpath** package: `Class Flow\JSONPath\Test\JSONPathTest located in ./vendor/flow/jsonpath/tests/JSONPathTest.php does not comply with psr-0...

I use postgresql. I have DB with some schemas: public, transit, log, debug. I use Laravel. I define schema via .env file: ```DB_SCHEMA=transit``` To create valid sql i need to...

**Version**: marquine/php-etl v1.2.0 **Module**: Loading Loading TABLE with column data into array Exemple: Query select fone[1] from contact Return log: malformed array literal: "1" at character 35 Array value must...