Skip to content

Commit

Permalink
Merge pull request AY2324S1-CS2103-F13-2#88 from sheryew/export_JSON_CSV
Browse files Browse the repository at this point in the history
Export json csv
  • Loading branch information
nixonwidjaja committed Oct 26, 2023
2 parents b279ce4 + 71cf706 commit e1042de
Show file tree
Hide file tree
Showing 13 changed files with 970 additions and 21 deletions.
5 changes: 5 additions & 0 deletions Exported_CSVs/engineering_dept.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Name,Phone,Email,Address,Salary,Claim Budget,DOB,Department,Leave
Alex Yeoh,12349865,[email protected],"Blk 30 Geylang Street 29, #06-40",10000,500,2000-01-01,Engineering,-
John Doe,98765432,[email protected],Kent Ridge,7000,1000,1999-07-23,Engineering,-
Nixon,12345678,[email protected],Singapore,10000,5000,2000-01-01,Engineering,-
John,98765431,[email protected],"311, Clementi Ave 2, #02-25",7000,1500,1999-07-23,Engineering,-
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ dependencies {
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.7.4'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jUnitVersion
testImplementation 'org.mockito:mockito-core:4.0.0'

testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}
Expand Down
Loading

0 comments on commit e1042de

Please sign in to comment.