Feature-to-row mapping
The converter reads the features in the GeoJSON input and projects each feature into one flat record. Property names provide tabular fields, and geometry coordinates are exposed in coordinate columns rather than remaining only inside a geometry object. The resulting header identifies the available fields, followed by one comma-separated record for each converted feature.