unitedstates / congressional-record

A parser for the Congressional Record.
Other
128 stars 40 forks source link

Functionality not written for `pg` as `do_mode` #47

Open mhkeller opened 2 years ago

mhkeller commented 2 years ago

When I try to set pg as the third argument I get the error Haven't written the hooks for other functionality yet. I take it this is unsupported even though it's in the docs?

nclarkjudd commented 2 years ago

Yup but you can get CSVs and COPY FROM real easy like!

Sent from Nine


From: Michael Keller @.***> Sent: Thursday, June 16, 2022 2:55 PM To: unitedstates/congressional-record Cc: Subscribed Subject: [unitedstates/congressional-record] Functionality not written for pg as do_mode (Issue #47)

When I try to set pg as the third argument I get the error Haven't written the hooks for other functionality yet. I take it this is unsupported even though it's in the docs? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mhkeller commented 2 years ago

sorry i don't follow exactly. i was just hoping to avoid the step of flattening the json data but that's fine if that's the process for now.