File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
backend/src/BIE.DataPipeline/yaml/common Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ options:
1010 # discard any rows that have null values
1111 discard_null_rows : false
1212 # how to deal with existing table. Options: ignore, replace, skip (default).
13- if_table_exists : replace
14- location_to_SQL_point :
15- name_in_table : location
16- index_lon : 8
17- index_lat : 9
13+ if_table_exists : skip
14+ # location_to_SQL_point:
15+ # name_in_table: location
16+ # index_lon: 8
17+ # index_lat: 9
1818table_name : EV_charging_stations
1919dataset : EV_charging_stations
2020delimiter : " ;"
@@ -38,6 +38,12 @@ table_cols:
3838 name_in_table : state
3939 - name : Kreis/kreisfreie Stadt
4040 name_in_table : district
41+ - name : Breitengrad
42+ name_in_table : latitude
43+ type : DECIMAL(8,6)
44+ - name : Längengrad
45+ name_in_table : longitude
46+ type : DECIMAL(9,6)
4147 - name : Inbetriebnahmedatum
4248 name_in_table : commissioning_date
4349 - name : Nennleistung Ladeeinrichtung [kW]
You can’t perform that action at this time.
0 commit comments