:: 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/"