camelot-dev / camelot

A Python library to extract tabular data from PDFs
https://camelot-py.readthedocs.io
MIT License
2.96k stars 466 forks source link

adding export to oracle db feature #392

Open HishamElamir opened 1 year ago

HishamElamir commented 1 year ago

Creating the same functionality of to_sqlite but to to_oracle. A good enhancement is to replace both with to_db which summarize both of them.

foarsitter commented 1 year ago

Thanks for you pull request. I'm interested in the generic to_db enhancement. Otherwise we need to support all the database separately. Do you have time to work on that?

HishamElamir commented 12 months ago

Sorry for the late reply, I can finish it this weekend.

And many thanks for your response, really made my whole week 😁🚀

MartinThoma commented 7 months ago

Hey!

As camelot is dead, we try to build a maintained fork at pypdf_table_extraction.

Do you want to open the PR against that branch so that we can merge your improvement?