I am reading an IFC-file using a FeatureReader with the following configurations:

I am using the <Generic> port to connect it to a Reprojector-transformer. After reprojecting it, I want to use a FeatureWriter and write it as a new IFC-file. I am however stuck on how I should set up the FeatureWriter. I have managed to get a new IFC-file, but the file size is quite small.
I am interested in automating the process, and want the FeatureReader to accept any types of IFC-files. Any tips on how I can solve this?