- I am using a python caller to read paths for files from my Input folder.
- Files in the input folder are ordered in a ClassName and AssetName folders. There is a variable number of AssetName folders under each class name folder.
- I am transforming data and using a schema mapper to read transformed schema
- A series of shapefiles is written with a dynamic writer.
How can I copy the input ClassName and Asset Name folder structure when writing the output ?
I tried using shp dataset fanout but I can’t get the configuration right.