CSVToGeoJSON
Description | Convert data from tabular CSV format to GeoJSON format |
Input | String |
Output | JSON |
Cell Delimiters | The character used to delimit values within each row of data. This is typically a comma. |
Row delimiters | The character or sequence of characters used to delimit rows. This is typically a new-line character denoted as ‘\n’ and/or a carriage-return character denoted as ‘\r’. The default is ‘\r\n’. |
Longitude | The name of the column in the input table that contains the Longitude values. |
Latitude | The name of the column in the input table that contains the Latitude values. |
Properties | Comma-separated list of column names to be used as GeoGSON features |