Page MenuHomeDevCentral

Import FANTOIR file into PostgreSQL db
ClosedPublic

Authored by dereckson on Jan 9 2023, 02:12.
Tags
None
Referenced Files
F3753488: D2729.id6915.diff
Mon, Nov 18, 02:10
F3751695: D2729.id6924.diff
Sun, Nov 17, 11:40
F3751694: D2729.id6918.diff
Sun, Nov 17, 11:40
F3751693: D2729.id6917.diff
Sun, Nov 17, 11:40
F3751692: D2729.id6916.diff
Sun, Nov 17, 11:40
F3751691: D2729.id6915.diff
Sun, Nov 17, 11:40
F3751611: D2729.id.diff
Sun, Nov 17, 11:00
F3751585: D2729.diff
Sun, Nov 17, 10:35
Subscribers
None

Details

Summary

Create a PostgreSQL table in the specified database
and import a FANTOIR database file.

Ref T1750.

Test Plan

Run against FANTOIR1022 file

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4315
Build 4582: arc lint + arc unit

Event Timeline

dereckson created this revision.

Creation date can be unknown, add code_fantoir to help cross data with other db, fix last line record parsing

Switch to subcommands pattern (like git), so we can extend it

Extract run_multiple_queries method to the db module. We can't easily move the create_table function, as it needs schema-dependant replacement.

fantoir2db is now fantoir-datasource

This revision is now accepted and ready to land.Jan 12 2023, 05:00