You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation can be found [here](http://php-etl.readthedocs.io/).
17
+
Documentation can be found [here](https://php-etl.gitbook.io/).
18
18
19
19
20
20
## Example
21
-
In the example below, we will extract data from a csv file, trim two columns and load the data into database:
21
+
In the example below, we will extract data from a csv file, trim white spaces from the name and email columns and then insert the values into the users table:
0 commit comments