<div dir="auto">Ah, I did forget to mention I’m just invoking ogr2ogr. I’ll try <span style="word-spacing:1px;background-color:rgba(0,0,0,0);border-color:rgb(49,49,49);color:rgb(49,49,49)">unsetFid tomorrow. A field map isn’t really doable, it’s meant to just ogr any ol’ random input file. </span><div dir="auto"><span style="font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:1px;text-decoration:none;float:none;display:inline!important;background-color:rgba(0,0,0,0);border-color:rgb(49,49,49);color:rgb(49,49,49)"><br></span></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Peter Townsend<br></div>Senior Software Developer<br></div></div></div></div><div><br></div><div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, Oct 21, 2025 at 7:47 PM Brad Hards <<a href="mailto:bradh@frogmouth.net">bradh@frogmouth.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">



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