65 lines
2.9 KiB
INI
65 lines
2.9 KiB
INI
# =============================================================================
|
|
# Add a list of CSV files to import into the system
|
|
#
|
|
# The list of import files is a comma separated list as follows:
|
|
#
|
|
# prefix,tablename,csv file name,stylesheet
|
|
#
|
|
# The CSV file is assumed to be in the same directory as this file
|
|
# The style sheet is assumed to be in either of the following directories:
|
|
# static/formats/s3csv/prefix/
|
|
# static/formats/s3csv/
|
|
#
|
|
# For details on how to import data into the system see the following:
|
|
# zzz_1st_run
|
|
# s3import::S3BulkImporter
|
|
# =============================================================================
|
|
# Roles
|
|
*,import_role,auth_roles.csv
|
|
auth,user,masterUsers.csv,user.xsl
|
|
# GIS
|
|
# Markers
|
|
gis,marker,gis_marker.csv,marker.xsl
|
|
# Config
|
|
gis,config,gis_config.csv,config.xsl
|
|
gis,hierarchy,gis_hierarchy.csv,hierarchy.xsl
|
|
# Layers
|
|
gis,layer_feature,gis_layer_feature.csv,layer_feature.xsl
|
|
gis,layer_config,gis_layer_openstreetmap.csv,layer_openstreetmap.xsl
|
|
gis,layer_config,gis_layer_openweathermap.csv,layer_openweathermap.xsl
|
|
gis,layer_config,gis_layer_bing.csv,layer_bing.xsl
|
|
gis,layer_config,gis_layer_google.csv,layer_google.xsl
|
|
gis,layer_config,gis_layer_wms.csv,layer_wms.xsl
|
|
gis,layer_config,gis_layer_tms.csv,layer_tms.xsl
|
|
gis,layer_geojson,gis_layer_geojson.csv,layer_geojson.xsl
|
|
gis,layer_georss,gis_layer_georss.csv,layer_georss.xsl
|
|
gis,layer_config,gis_layer_coordinate.csv,layer_coordinate.xsl
|
|
# -----------------------------------------------------------------------------
|
|
cms,post,cms_post.csv,post.xsl
|
|
# -----------------------------------------------------------------------------
|
|
org,sector,org_sector.csv,sector.xsl
|
|
org,organisation_type,organisation_type.csv,organisation_type.xsl
|
|
org,office_type,office_type.csv,office_type.xsl
|
|
supply,catalog_item,DefaultItems.csv,catalog_item.xsl
|
|
supply,catalog_item,StandardItems.csv,catalog_item.xsl
|
|
supply,person_item_status,supply_person_item_status.csv,person_item_status.xsl
|
|
hrm,skill,DefaultSkillList.csv,skill.xsl
|
|
hrm,skill,DrivingSkillList.csv,skill.xsl
|
|
hrm,skill,DrivingSkillList_EU.csv,skill.xsl
|
|
hrm,skill,LanguageSkillList.csv,skill.xsl
|
|
hrm,competency_rating,DefaultSkillCompetency.csv,competency_rating.xsl
|
|
hrm,competency_rating,LanguageCompetency.csv,competency_rating.xsl
|
|
hrm,certificate,certificate.csv,certificate.xsl
|
|
project,status,project_status.csv,status.xsl
|
|
project,activity_type,project_activity_type.csv,activity_type.xsl
|
|
project,hazard,project_hazard.csv,hazard.xsl
|
|
project,theme,project_theme.csv,theme.xsl
|
|
project,beneficiary_type,project_beneficiary_type.csv,beneficiary_type.xsl
|
|
# Spotter
|
|
cr,shelter_type,cr_shelter_type.csv,shelter_type.xsl
|
|
event,event_type,event_type.csv,event_type.xsl
|
|
event,incident_type,incident_type.csv,incident_type.xsl
|
|
member,membership_type,membership_type.csv,membership_type.xsl
|
|
work,job_type,work_job_type.csv,job_type.xsl
|
|
# =============================================================================
|