Hi,
I am exporting a contour featureclass into AutoCAD, Geopackage, and shapefiles using the FeatureWriter transformer by exporting by contour grid.
My contour featureclass is in 1km2 grids (255 grids) and is set up in the FeatureWriter to write out
$(External_Location)\\Contours\\@Value(GRID)_DWG.zip where @value(grid) is the contour grid and "_DWG.zip" allows me to easily search/select from within the folder each format (the others being "_SHP.zip" and "_GEO.zip").
The setting under General--> Layer Name: @value(GRID)
For shapefiles the shapefile is just the grid name (ie.50-75.shp within folder 50-75_SHP.zip) but for geopackage and autocad the folder naming schema extends to the layer within despite the general layer name being set to @value(GRID) (ie. 50-75_DWG.dwg within folder 50-75_DWG.zip).
Am I missing a setting?