posted 13 years ago
Hi,
I'm trying to write content of oracle table into a csv file for one of my task.
First i tried to add the column name into csv file followed by writing the column value into the csv file.
But when i try to add my column name to csv file its showing only my last column name value cos its overwriting existing column name value each time.
Can some one help me to solve this issue?