A set of tools using the bdat library, that allow users to convert to/from BDAT files.
The toolset supports conversion from and to these formats:
- JSON (read & write)
- CSV (read only)
Print a table's structure
bdat-toolset info file.bdat -t TableNameExtract all tables from file.bdat into the output directory (in JSON format)
bdat-toolset extract file.bdat -o output -f json --prettyConvert the extracted JSON tables back into BDAT
bdat-toolset pack json_files_dir -o bdat_output_dir