namse / December

NHN NEXT 2014년 3학기 게임개발경험프로젝트 with 서동유, 김승현, 김영하
5 stars 0 forks source link

[T] CSV 데이터 Json으로 변환하는 툴 만들기 #71

Closed cca-company closed 9 years ago

namse commented 9 years ago

C#을 이용하면 쉽게 될 것 같아요

cca-company commented 9 years ago

{ "data_list" : [ { "unit_attack" : "2", "unit_hp" : "40", "unit_move_range" : "4", "unit_move_type" : "UMT_STRAIGHT", "unit_name" : "공주", "unit_type" : "UT_PRINCESS", "unit_weight" : "2" }, .... { "unit_attack" : "1", "unit_hp" : "300", "unit_move_range" : "0", "unit_move_type" : "UMT_NONE", "unit_name" : "바위", "unit_type" : "UT_STONE", "unit_weight" : "300" } ], "data_num" : 8 } 현재 요런 형식의 json을 읽도록 되어있어요 CSV파일은 https://trello.com/c/hnjbJPsm/21-- 여기있습니당