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").
MapSVG field type | How to import from CSV |
---|
Select, Radio | Import 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 valuesIncorrect CSV values |
Checkbox | Import as 1/0 or true/false. Correct CSV valuesmy_checkbox_field |
---|
1 | 0 | true | false | Incorrect CSV values |