Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

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

Tech Mahindra,

1423

write a vb script to check equal two 2*2 matrix

1060

What is an attribute?

359

How can you apply a DTD to an XML document?

365

What is XML DOM?

400

What is XQuery?

362

What is the meaning of version in XML?

394

What are the basic rules while writing XML?

327

What is well formed XML document?

365

What is XSL?

339

What is XPath in XML?

369

What are nested elements in XML?

351

What is CDATA?

362

What is an XML Schema?

380

What are the features of XML?

361


Un-Answered Questions { Scripts_Markup Code }

What are the advantages of XML DOM Document?

369


Write a python program to check common letters in two input strings?

485


code to keep a page Out of the browser history

1663


how to manage mlng timer because they don't explain what's it's function?

2466


What software is available for XML?

371






What is XML Element?

401


How a web page can communicate with a web server while a user type characters in an input field.

1054


how to create a Custom Scrollbar

2056


Can I execute a XML?

348


communication between main window and new windows

1715


I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: