<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">On Wednesday, 22 October 2025 9:07:39 AM AEDT Peter Townsend via gdal-dev wrote:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Is there a config or command line option that can tell it to ignore the id</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> field? Either by just not including it from the KMZ or alternately</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> something like an ignore list for CSV headers?</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Its not clear what tool or code you are using, so this is going to hand-wave a bit.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">If you're in code, you can skip fields using SetIgnoredFields():</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><a href="https://gdal.org/en/stable/doxygen/classOGRLayer.html#aaf3f2e7ee476337082cea814226be11a">https://gdal.org/en/stable/doxygen/classOGRLayer.html#aaf3f2e7ee476337082cea814226be11a</a></p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">For a tool like ogr2ogr, you could try -unsetFid, or build a -fieldmap if it isn't too messy.</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Brad</p>
</body>
</html>