PHP Code (33)
JSP Code (6)
ASP Code (5)
CGI Perl Code (3)
JavaScript Code (63)
VB Script Code (20)
Shell Script Code (31)
Python Code (34)
WinRunner Code (1)
HTML DHTML XHTML Code (13)
XML (43)
Scripts_Markup Code AllOther (5) i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance
1816
snippet to prevent submission of form when certain/any validations got failed
Who is responsible for XML?
How to change winform look?
communication between main window and new windows
what is the structure of xml document ?
What is SGML?
How to call JavaScript Function from Code-behind in asp.net?
Can I execute a XML?
Code for Adding Scripting Support to an Application?
What is SAX in XML?
What is XML DOM?
Can I replace HTML with XML?
What is the best way to make wordpress plugin
Write a python program to print table of a given number?
function to combine two or more arrays