<div dir="ltr"><br><br>On Sat, Sep 1, 2018 at 6:07 PM Markus Metz <<a href="mailto:markus.metz.giswork@gmail.com">markus.metz.giswork@gmail.com</a>> wrote:<br>><br>><br>><br>> On Sat, Sep 1, 2018 at 7:58 AM Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br>> ><br>> > Hi devs,<br>> ><br>> > does anyone have an idea how to fix this issue in QGIS processing?<br>><br>> this is a GDAL error message also happening in GRASS directly:<br>><br>> [...]<br>> > v.out.ogr --overwrite -s -e input=tmp15356101025715 output="/tmp/processing5113522d9c174e7bb445f24ef38c5f5a/135e78c4ae1d430da568b502506b4ab0" format=ESRI_Shapefile output_layer=output<br>> > [...]<br>> > ERROR 6: Failed to add field named 's_third_quartile'<br>> > ERROR 6: Failed to add field named 's_percentile_2'<br>><br>> the underscores are not the problem because exporting columns like 's_t_q' and 's_p_2' works. The field names are too long for dbf (max 10 characters). The solution would be to allow that "the field may be created in a slightly different form depending on the limitations of the format driver" [0] in v.out.ogr. The ERROR 6 would then change to e.g.<br>><br>> Warning 6: Normalized/laundered field name: 's_third_quartile' to 's_third_qu'<br><div><br></div><div>another solution would be that QGIS uses GeoPackage instead of ESRI Shapefile as vector data exchange format<br></div><div><br></div><div>></div>> Markus M<br>><br>> [0] <a href="https://gdal.org/ogr__api_8h.html#aab585ef1166c61c4819f7fd46ee4a275">https://gdal.org/ogr__api_8h.html#aab585ef1166c61c4819f7fd46ee4a275</a><br>><br></div>