-
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.
Export census : json and csv format (#2)
* refactor: json output * build: update spring version * test: fix bug temporary * build: change finalName * style: delete comments and imports * feat: add csv exports (survey and supplement) * Update BusinessConstant.java * fix: bad constant * fix: bad constant * feat: change column name * fix: change output * fix: bug when birthMonth or BirthDay empty * perf: optimising the recovery of individuals * refactor: deprecated old controller * fix: replace empty days and months with 31 and 12 only for comparisons * delete truncate * release: 0.1.0-RC * fix: majorityDate <= startYear * release: 0.1.0
- Loading branch information
1 parent
331e421
commit 5bb02a6
Showing
52 changed files
with
1,726 additions
and
530 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/src/main/resources/application-*.properties | ||
/target/ | ||
.idea | ||
.idea | ||
*.iml |
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
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.