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,

1395

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

1022

What is an attribute?

349

How can you apply a DTD to an XML document?

351

What is XML DOM?

382

What is XQuery?

349

What is the meaning of version in XML?

375

What are the basic rules while writing XML?

310

What is well formed XML document?

343

What is XSL?

325

What is XPath in XML?

354

What are nested elements in XML?

337

What is CDATA?

346

What is an XML Schema?

367

What are the features of XML?

348


Un-Answered Questions { Scripts_Markup Code }

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

2437


What are the basic rules while writing XML?

310


What is 301 redirects in php? When are we used 301 redirects in our projects?

1953


create Drop-Down Navigation Menus

1678


What is a StAX Parser?

330






Reading which Non-Character Key was pressed

1666


What is XPath in XML?

354


What is XQuery?

349


How to encode and decode URL strings?

1766


write a code to generate pseudorandom numbes

1755


how to create a Custom Scrollbar

2025


How can manage theme in php?

2005


plz tell me the exam date for clerks in sbi

1761


Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"

1148


Given a circular list of integers (when you reach the end of the list you come back to the beginning), what is the most efficient algorithm to find the smallest integer in the list? For example: circular_list = [22, 52, 66, 82, 5, 8, 12, 19].

1352