Hi there,
Is there a easy way to import a csv postgres file via psql command line?
I treid looking up the net but I can't seem to find a straightforward method of doing this.
The format of the file will be something like:
field1, field2, field3, field4
data, data, data, data
data, data, data, data
data, data, data, data
.....
Many thanks !!
Is there a easy way to import a csv postgres file via psql command line?
I treid looking up the net but I can't seem to find a straightforward method of doing this.
The format of the file will be something like:
field1, field2, field3, field4
data, data, data, data
data, data, data, data
data, data, data, data
.....
Many thanks !!