Skip to content
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

Can we Extract data from MSSQL database and load it into a csv file? #100

Closed
thangasujithas opened this issue Oct 6, 2021 · 4 comments
Closed
Labels
question Further information is requested

Comments

@thangasujithas
Copy link

Using this library Can we Extract data from MSSQL database and load it into a csv file?

@ecourtial
Copy link
Collaborator

Hi @thangasujithas I never tried but there is a connector so I guess yes : https://github.com/wizaplace/php-etl/tree/master/src/Database/Connectors

@ecourtial ecourtial added the question Further information is requested label Dec 16, 2021
@chriscalip
Copy link

It wont work because https://github.com/wizacode/php-etl/blob/master/src/Database/Connectors/SqlServerConnector.php#L55 is using deprecated code now.
See screeenshot for example.
wizacode-mssql-etl

@ecourtial
Copy link
Collaborator

Hi @chriscalip and thank you for your message.

I am not sure to understand: in your screenshot I don't see any deprecation notice (on top of that, deprecation should not prevent the code to work).

However when looking at your screenshot, I see the error could not find driver, usually meaning that the proper PDO extension is not installed.

Do you have any information to help us to understand?

@ecourtial
Copy link
Collaborator

Closing since no news for months.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants