Problem importing json files into mysql using pycharm
0
Follow
0
View
Problem importing json files into mysql using pycharm
When I imported the jsonfile into the database using pycharm, I kept saying FileNotFoundError: [Errno 2] No such file or directory:xxx What's going on? This json file is inside utils
The file path is incorrect. Please check it. Make sure your utils are in the same directory as your py files. Next, add an r to the path :
r"utils/......"