Hi friends,
In my workspace i am facing a problem.
In my
java code i have a collection which contains the data like
Account No, Account Type, Currency, Transaction Date, Transaction Id, Channel Description, Description, Debit Amount, Credit Amount
.
I want this data to be exported to CSV format.So i created a out stream.I changed the collection to array.Now i want to iterate the array and create a CSV file in the above mentioned format.I don't know how to do that.
Kindly help me in this issue.
Thanks
Mohan