How is .txt file different from a .dat file in C?

How to convert '.txt' to '.dat' to '.csv' in JAVA ?

  • is there a method or process in which you can convert a file between .txt .dat .csv in java?

  • Answer:

    .txt is a text file. .dat is a generic extension for any kind of "data" file (and isn't a defined format). .csv is just a text file with commas.

YodadoY at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

Just rename the file, lol. They're all text documents -- but one might be styled differently from another.

Try doing 'export as' in your compiler, it should give you those options.

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.