Hey all!
You all have helped me out a lot last time and today I again came across a problem which is why I'm posting again.
The situation
Basically there is a report that has to be created through exporting data from a database and putting it into an excel sheet. I want to automate this through FME.
So I added in two 'sqlcreators' which grab the neccesary data from the database. In the excel writer I want to write the data into specific columns. The issue is that again its going to stack the data on top of each other. I tried to use a featurmerger but obviously it does duplicating checks and thats not
necessary.
The only thing FME has to do is putting data from 'SQLCreator' in collumns A, B and C and putting the data from 'SQLCreator' into the columns E, F and G without stacking the data.
So how fme does it like this now:
How I want the result
Now I have a solution which is creating a workspace for each sql creator and using the output files of the previous sqlcreator output as a template in the excel writer. I however don't find that a really elegant solution and I'm pretty sure it can be made easier within FME itself.
Is this possible and if so how? I find it hard to find out what function within excel writer does and especially the relation between some functions ( truncate, named range and writer/update/delete functions). I have a feeling the magic is somewhere within the writer functions but where and how?