JSON file with two underscores not recognized
Answered
When creating a new json file called etl_test_origin.json, pycharm does not recognize it as a json file. For etltest_origin.json pycharm does recognize json. I thought the underscores were the problem but test_1_2.json is recognized again.



Please sign in to leave a comment.
Probably this particular file is associated with another file type. Go to Preferences | Editor | File Types and remove it (most likely it's in Text file type).