forked from gist-helper/meals_data-parsing_hyoinjeong
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from gist-helper/develop
Develop
- Loading branch information
Showing
6 changed files
with
254 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
*.pyc | ||
.venv | ||
.DS_Store | ||
.idea | ||
|
||
!config.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
1. To test the parsing code | ||
0. git checkout release | ||
|
||
1. To test the parsing code | ||
|
||
python parsing.py | ||
|
||
2. To apply the parsing result to server | ||
You need to specify the ip and port of backend server. | ||
python parsing.py http://ip:port/meals/create | ||
|
||
(You need to specify the ip and port of backend server) | ||
|
||
python parsing.py http://ip:port/meals/create |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"filepath_bldg1_1_kor" : "./1_1_kor.xlsx", | ||
"filepath_bldg1_1_eng" : "./1_1_eng.xlsx", | ||
"filepath_bldg1_2_kor" : "./1_2_kor.xlsx", | ||
"filepath_bldg1_2_eng" : "./1_2_eng.xlsx", | ||
"filepath_bldg2" : "./2.xlsx" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.