I need to copy all of the features in a folder containing many zipped shapefiles to tables in a SQL Server. The table names in the SQL Server need to reflect the shapefile names. Currently I am using the Table Name Expression:
NatTitl_@Value(fme_basename)
When I run the workspace runner that I created, the same table name is applied to every shape file. Hence, the fme_basename parameter is not updating when a subsequent shapefile is opened.