
i need create csv file in multiple columns like this: id name age date_added 1 john 23 2012-2-12 2 jane 25 2012-3-14
i can build csv file like this: id,name,age,date_added 1,john,23,2012-2-12 2,jane,25,2012-3-14
please help
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
