Skip to main content

I current have a workspace reader that reads all of fmw files in a selected folder and use the WriterFeatureTypes to find all names writers in each fmw file being read.

workspace readerBut when I run it, it produces errors and warning messages that aren't relevant to the writer (screenshot below).

error/warningSince I only wish to know the names of the layers that the writers in each fmw file writes to, is there a way to avoid reading other information about the file such as the transformers to remove getting these errors/warnings and improve the runtime?

Hey @anik​, try configuring the Workspace Reader in a FeatureReader transformer instead. In there you can specify the Feature Types and set it to only read in the Writer information. This should avoid you having to read in all the information on the different objects in your workspace and instead only read in the writer information.image.png 


Hey @anik​, try configuring the Workspace Reader in a FeatureReader transformer instead. In there you can specify the Feature Types and set it to only read in the Writer information. This should avoid you having to read in all the information on the different objects in your workspace and instead only read in the writer information.image.png 

Hello @danminneyatsaf​,

Thank you for the answer but I still face the same issue of getting hundreds of warning and error messages.

This is a screenshot of how I set up the transformer. I basically did exactly the same as what you have mentioned.

image


Reply