Create a PostgreSQL table in the specified database
and import a FANTOIR database file.
Ref T1750.
Differential D2729
Import FANTOIR file into PostgreSQL db dereckson on Jan 9 2023, 02:12. Authored by Tags None Referenced Files
Subscribers None
Details
Create a PostgreSQL table in the specified database Ref T1750. Run against FANTOIR1022 file
Diff Detail
Event TimelineComment Actions Creation date can be unknown, add code_fantoir to help cross data with other db, fix last line record parsing Comment Actions Extract run_multiple_queries method to the db module. We can't easily move the create_table function, as it needs schema-dependant replacement. |