Skip to content

ucukertz/x431-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

X431 Log File to CSV Converter

This program reads LAUNCH diagnostic X431 log file and converts it into a CSV file for easier usage on various other tools. It converts extracted data into a structured CSV format.

Prerequisites

  • Go installed on your machine.
  • An X431 file to parse and convert.

Build

Clone the repository and navigate into the directory:

git clone https://github.com/ucukertz/x431-to-csv.git && cd x431-to-csv

Build the program:

go build -o x431-to-csv

Usage

Run the program from your terminal or command prompt with the following format:

./x431-to-csv <input-file-path>

Suppose you want to convert example.x431. Run the following:

./x431-to-csv example.x431

It will generate example.x431.csv in the same directory as your input file.

About

Simple command line tool for converting LAUNCH diagnostic x431 log file to csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages