Is it possible to do a BULK Insert using a parameter for the path instead of DynamicSQL

40 views Asked by At

I am new to Postgres development. We have a folder of JSON files that we want to Bulk Insert into a Postgres database.

Is it possible to write code that will perform Bulk Insert from a folder by taking a path in for each file , as a parameter. As opposed to writing this in Dynamic SQL

0

There are 0 answers