Post #2312783
2026-05-08 00:20 UTC
@LeafyEricScott@hachyderm.io @duckdb@mastodon.social
The execsql.py tool has configuration options to import only common columns, force all imports as text, and clean imported data and column headings in other ways. Those can make it easy to import everything into a single table. But even if you have to import the files into more than one table structure, a SQL query or two is then the easiest way to merge those tables into a single format.
Replies (1)
-
@LeafyEricScott@hachyderm.io 2026-05-08 00:22
@rdnielsen@floss.social @duckdb@mastodon.social ah cool! I will check it out!