Skip to main content

Regions import from CSV

In this tab you can import your data from a CSV file.

Before importing the CSV file create all fields in MapSVG > Database > Edit fields editor. First line of the CSV file must contain field names. Fields must be comma-separated, lowercase ("title", not "Title").

CSV formatting

MapSVG field typeHow to import from CSV
Select, RadioImport as "value" numbers or text "labels". Whatever works for you. Example: if you have an "area" select field with the following options in MapSVG:
North:1 South:2 East:3 West:4
These would be correct CSV values
area
1
2
East
West
Incorrect CSV values
area
South-West
64
CheckboxImport as 1/0 or true/false. Correct CSV values
my_checkbox_field
1
0
true
false
Incorrect CSV values
my_checkbox_field
yes
no