I'm facing a problem with fme desktop.
I have many xyz files and they must be imported into a single postgis table.
They are all equal, x,y,z column.
I must query each file so the first/last row/column will be discarded due to artifacts.
Then the result for each file must be appended to a table.
Right now I used a csv reader with an InlineQuerier and a 3DPointReplacer in sequence and for a single file it works with a query set in the inline querier
If I add more than a single xyz file to the reader only the first/last row/column of the whole set of points are removed..
So
how can I make fme to process the query on each single file efore it is added to the output?
Thanks
Pietro