M
MyanGuy
Hi,
One of the requirement we have is to convert text files(any delimited)
into excel format. Our scenario is we use ETL tool to extract data
from database and output as flat file. Then we use mv command in unix
to convert text file into excel.
E.g mv aaa.txt aaa.xls
It seems to be working except if we have leading zeros in some
columns, they've been truncated. So is there anyway we can avoid not
to truncate leading zeros while exporting into excel using mv command
or if there is any other way to convert text file output into excel,
your help is welcome.
Thnx,
KS
One of the requirement we have is to convert text files(any delimited)
into excel format. Our scenario is we use ETL tool to extract data
from database and output as flat file. Then we use mv command in unix
to convert text file into excel.
E.g mv aaa.txt aaa.xls
It seems to be working except if we have leading zeros in some
columns, they've been truncated. So is there anyway we can avoid not
to truncate leading zeros while exporting into excel using mv command
or if there is any other way to convert text file output into excel,
your help is welcome.
Thnx,
KS