When using the MDB conversion code (gridlabd -D mdb_load_options="-t cyme" .mdb) on my local device through Docker, I was unable to convert my mdb file when it had spaces and commas in its file name. Once those were deleted and replaced with underscores, the conversion worked.
Steps to reproduce
Go to Terminal
Log on the Docker Image and locate your .mdb file
Run gridlabd -D mdb_load_options="-t cyme" .mdb -o .glm
See error if the file is not named correctly
Expected behavior
I expected the file to convert into a .glm file.
System information
GridLAB-D version: HiPAS GridLAB-D 4.3.3-230731 (develop) Linux
Problem description
When using the MDB conversion code (gridlabd -D mdb_load_options="-t cyme".mdb) on my local device through Docker, I was unable to convert my mdb file when it had spaces and commas in its file name. Once those were deleted and replaced with underscores, the conversion worked.
Steps to reproduce
Expected behavior
I expected the file to convert into a .glm file.
System information