Join Discord
Powered by
The problem is i want to be able to select wich pr...
# javascript
l
Lesourdingo
08/11/2021, 7:20 PM
The problem is i want to be able to select wich property from the json file i want to insert.
s
Steve
08/11/2021, 7:34 PM
If it's as simple as ignoring certain keys in the json, then that might be possible through the REST API:
https://postgrest.org/en/v8.0/api.html#specifying-columns
Steve
08/11/2021, 7:35 PM
With that you can ignore certain json keys and insert the rest
l
Lesourdingo
08/11/2021, 7:45 PM
Thanks, i will look into it
Previous
Next