Relative Content

Tag Archive for postgresqlpsql

Dynamic csv import using batch

I need to import daily csv files with the name “DailySummary%todaysdate%” into my postgres table. I tried using a dynamic copy function which I can’t seem to figure out.