Hi
I am new to FME, and just trying to create a simple flow where I take to inpust from ms sql database and store the result in another ms sql database.
The qyery for the jin of these to look like (pseudo code)
select ....
FROM dbo.GL
WHERE COMPANY = 1
AND ACCOUNTING_YEAR = 2021
AND TEXT <> 'Project'
AND CODE_f IN (SELECT PROJECT_ID FROM dbo.PROJECT WHERE COMPANY = 1 AND PROJECT_GROUP IN (10,30))
Running in query editor I get the correct result.
But when trying to use FME deskltop and transformer as tester and featurejoiner I get a 2x result.
So what transformer should I use ?
Thanks for your help
Dan