This simple script can be used to convert files in ".dat" format to ".csv" format.
1.Install the required libraries by:
pip install -r requirements.txt
- Open your command prompt in the directory of the script and type the following:
python dat_to_csv.py -l <your_data-file>
Example:
python dat_to_csv.py -l awesome.dat