remove limiter
This commit is contained in:
parent
153d682fce
commit
1dceae4a2f
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
getlist() {
|
getlist() {
|
||||||
find . -iname "001*.csv" | while read f
|
find . -iname "*.csv" | while read f
|
||||||
do
|
do
|
||||||
$PG -c "\copy import.targ_rev FROM $f WITH CSV HEADER DELIMITER ',';"
|
$PG -c "\copy import.targ_rev FROM $f WITH CSV HEADER DELIMITER ',';"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user