Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Nov 22, 2022
1 parent dcf7a45 commit a995b6f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lbsntransform/lbsntransform_.py
Expand Up @@ -31,10 +31,13 @@ class LBSNTransform():
- local CSV or Json (stacked/regular/line separated)
- Postgres DB connection
Output can be:
- local CSV
- local file with ProtoBuf encoded records
- local SQL file ready for "Import from" in Postgres LBSN db
- Postgres DB connection (with existing LBSN DB Structure)
- (local CSV)*
- (local file with ProtoBuf encoded records)*
- (local SQL file ready for "Import from" in Postgres LBSN db)*
- Postgres DB connection (with existing LBSN raw DB Structure)
- Postgres DB connection (with existing LBSN hll DB Structure)
\* currently not supported
Parameters
----------
Expand Down

0 comments on commit a995b6f

Please sign in to comment.