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.
Comment