Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
fundmuenzen
Commits
a09480bf
Commit
a09480bf
authored
Jun 11, 2019
by
Tobias Steiner
Browse files
Update schema of the data
parent
0bf27a8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
a09480bf
...
...
@@ -416,7 +416,7 @@
"integrity"
:
"sha512-4OcjOJQByI0YDU5COYw9HAqjo8/MOLLmT9EKyMCXUzgvh30vS1SlMK+Ho84IH5exN44cSnrYecw/7Zpu2m4lkA=="
},
"csv-readable"
:
{
"version"
:
"git+https://gitlab+deploy-token-4:Htg4YFbNZ28_dqSfrtxp@source.dodis.ch/histhub/csvreadable.git#
3e6c598d80c7bb545bfe07cafef93288a47c75d
f"
,
"version"
:
"git+https://gitlab+deploy-token-4:Htg4YFbNZ28_dqSfrtxp@source.dodis.ch/histhub/csvreadable.git#
df53fa3dec8a86de85cedd092894a3f90d6e596
f"
,
"from"
:
"git+https://gitlab+deploy-token-4:Htg4YFbNZ28_dqSfrtxp@source.dodis.ch/histhub/csvreadable.git"
,
"requires"
:
{
"@types/node"
:
"^9.6.6"
,
...
...
src/index.ts
View file @
a09480bf
...
...
@@ -38,7 +38,7 @@ class Fundmuenzen extends CsvReadable {
name
:
records
[
0
].
toString
(),
alternative_name
:
records
[
1
].
toString
()
+
'
'
+
records
[
2
].
toString
()
+
'
'
+
records
[
3
].
toString
()
+
'
'
+
records
[
4
].
toString
(),
typology
:
'
municipality
'
,
typology
:
[
'
municipality
'
]
,
country
:
records
[
14
],
location
:
this
.
buildLocation
(
parseFloat
(
records
[
5
]),
parseFloat
(
records
[
6
])),
modification_date
:
this
.
getDate
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment