How do I Convert .Dat file into CSV

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sriman1
    New Member
    • Feb 2008
    • 1

    How do I Convert .Dat file into CSV

    Hi All,

    I have problem that is how to convert the .dat file that is data file to .CSV file.
    Please help me.

    Thanks
    Sriman
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    What is the format of your DAT file?
    Figure out how to read that in, then write it back to a file seperated by commas.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      Originally posted by sriman1
      Hi All,

      I have problem that is how to convert the .dat file that is data file to .CSV file.
      Please help me.

      Thanks
      Sriman
      Hi Sriman,

      Welcome to TSDN (the Scripts Development Network)!!
      In the future could you please use a title for your post that reflects the problem that you are trying to solve. This helps us to answer your question more quickly and more easily. When you have the time please look over the Posting Guidelines, there is a section on Using Good Titles.

      As for your question, Plater's pretty much pointed out that you need to know what format the .dat file is in order to convert it properly. Each .dat file contains data specific to the software that created it. Once you know how to properly interpret the data in this file you can do the conversion.

      Thanks

      -Moderator Frinny

      Comment

      Working...