Python Forum
Load the data from multiple source files to one table
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Load the data from multiple source files to one table
#2
You can start here: https://python-forum.io/Thread-SqlAlchem...-Data-Load

This tutorial covers most everything that you have as your requirements, albeit the data comes from a website, and the database is SQLite. When using SQLAlchemy, the only changes required to switch from one DBMS to another, is a single line to specify the DBMS, and any name changes required for data-types (which should be minimal if any at all).

And of course, the model will have to be written for you tables.
Reply


Messages In This Thread
RE: Load the data from multiple source files to one table - by Larz60+ - Apr-26-2021, 09:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with to check an Input list data with a data read from an external source sacharyya 3 421 Mar-09-2024, 12:33 PM
Last Post: Pedroski55
  Load data in Oracle muzokh 0 262 Mar-08-2024, 11:19 PM
Last Post: muzokh
  Is it possible to extract 1 or 2 bits of data from MS project files? cubangt 8 1,072 Feb-16-2024, 12:02 AM
Last Post: deanhystad
  python convert multiple files to multiple lists MCL169 6 1,568 Nov-25-2023, 05:31 AM
Last Post: Iqratech
  Using pyodbc&pandas to load a Table data to df tester_V 3 830 Sep-09-2023, 08:55 PM
Last Post: tester_V
Question Using SQLAlchemy, prevent SQLite3 table update by multiple program instances Calab 3 762 Aug-09-2023, 05:51 PM
Last Post: Calab
  splitting file into multiple files by searching for string AlphaInc 2 909 Jul-01-2023, 10:35 PM
Last Post: Pedroski55
  script to calculate data in csv-files ledgreve 0 1,112 May-19-2023, 07:24 AM
Last Post: ledgreve
  Insert 10gb csv files into sql table via python mg24 2 1,948 Apr-28-2023, 04:14 PM
Last Post: snippsat
  Merging multiple csv files with same X,Y,Z in each Auz_Pete 3 1,182 Feb-21-2023, 04:21 AM
Last Post: Auz_Pete

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020