Exact unix script needed to Read a file and than convert it to .csv format - TechRepublic
Question
December 11, 2008 at 08:11 AM
youngme58

Exact unix script needed to Read a file and than convert it to .csv format

by youngme58 . Updated 17 years, 7 months ago

i have a .xls(or any other format) file place in source folder(remote ip say 1.2.3.4/logfiles/srcfiles/). The file has 100 rows. The records are as :

empno ename city deptno
1 abc sydney 001
2 bcd alaska 002
3 def delhi 003

now i want a script which can read this file from that location & than convert it into the .csv file. Plz i need urgent help in this regard.

This discussion is locked

All Comments