mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-04 22:14:37 +02:00
7 lines
305 B
Plaintext
Vendored
7 lines
305 B
Plaintext
Vendored
# JSON data can also be passed as a path to a .json file
|
|
|
|
oint postgres UpdateRecords \
|
|
--table "test_data" \
|
|
--values "{'ip_address':{'VARCHAR':'127.0.0.1'}}" \
|
|
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false}]" \
|
|
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" |