将 CSV 文件转换为嵌套 Json 文件

Yiran at 
使用方法 链接到标题 master ✗ $ python csv2json.py --help Usage: csv2json.py [OPTIONS] Convert csv file to json file. Options: --csv_file TEXT Input csv file abspath --json_file TEXT Output json file abspath --help Show this message and exit. 如果执行成功,命令行输出会像下面示例一样。master ✗ $ python csv2json.py --csv_file ./tes……