I have various data source with various attributes. I want update all data's just like that no empty attibutes are writing.
For example: Shapefile (name "blabla.shp) in directory should be read in, automatically remove all empty attributes (column) and writing a new shapefile (blabla_del.shp) in same directory.
The Python Script in other posts not works. Example in zip.