Shell script to generate .CSV file
639485May 19 2009 — edited May 20 2009Hi All,
I have table called EMPLOYEE. It contains Empno, Ename,Sal,JOB column.
I want to write a shell script which generates flat file.( with two column names)
Create a flat file with the following name :
Employee_YYYYMMDD.csv
Field separator to use : " ; "
e.g. EMPNO ; ENAME
can any please help me to write a script to generate ".csv" file.
Thank you