-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to insert the data from XML file into database #54
Comments
Hi @thangasujithas |
Could you please let me know whether it loads xml into database? please confirm this . because I have tried this https://github.com/wizaplace/php-etl as well. |
Difficult to help you without seeing your actual code :) |
I am using the below code $connexionFactory = new ConnectionFactory();
` The below is the xml what I am using ` |
It is now working fine with below code for another sample xml. ` $etl->extract($xmlExtractor, 'path to test.xml', [
|
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 the data into the table and not showing any error too
Could you please tell whether it supports to insert data from XML to Database?
The text was updated successfully, but these errors were encountered: