I'm using the new SchemaScanner before writing shapefiles. Until now, I was using a User Parameter to specify the Dataset (destination folder) of the shapefile.
I'd like to switch to an attribute to specify the path or just '$(DIR_output_folder)/something-else' but I'm getting an error:
FeatureWriter_4 (WriterFactory): MULTI_WRITER: No dataset was specified for MULTI_WRITER_DATASET or FeatureWriter_4_0_DATASET or SHAPEFILE_DATASET
SchemaScanner_3_Output_-1_493_Player (RecorderFactory): MULTI_WRITER: No dataset was specified for MULTI_WRITER_DATASET or FeatureWriter_4_0_DATASET or SHAPEFILE_DATASET
Translation FAILED with 2 error(s) and 0 warning(s) (0 feature(s) output)
It's working fine without the SchemaScanner, but not with it.
How can I set up the dataset properly? Is it an encoding issue?