Hi Folks,
Just started using MySqlx for the first time and having issues dumping a json file in the collection.
I get this error:
ValueError: Unknown character
from file : "**/python3.7/site-packages/mysqlx/expr.py", line 614, in lex
raise ValueError("Unknown character at {0}".format(i))
Can someone help me with this?
Tooling:
- python 3.7
- mysql-python-connector
- mysqlx
- mysql server 8.0.12
*I'm a newbie, please let me know if you need more info to help debug this issue. I appreciate your help.
Just started using MySqlx for the first time and having issues dumping a json file in the collection.
I get this error:
ValueError: Unknown character
from file : "**/python3.7/site-packages/mysqlx/expr.py", line 614, in lex
raise ValueError("Unknown character at {0}".format(i))
Can someone help me with this?
Tooling:
- python 3.7
- mysql-python-connector
- mysqlx
- mysql server 8.0.12
*I'm a newbie, please let me know if you need more info to help debug this issue. I appreciate your help.