...
Code Block |
---|
csvexport -t table_name -d table_name.csv csvexport table_name file_path csvexport file_path table_name |
CSV 헤더 사용
다음의 옵션을 이용하면, Export할 export할 CSV 파일에 칼럼명으로 헤더를 추가할 수 있다.
...
...
Code Block |
---|
csvexport -t table_name -d table_name.csv csvexport table_name file_path csvexport file_path table_name |
다음의 옵션을 이용하면, Export할 export할 CSV 파일에 칼럼명으로 헤더를 추가할 수 있다.
...