Solved

Unable to connect Delete Writer to Reader

  • 16 February 2021
  • 2 replies
  • 2 views

Badge +1

Hi

Added Reader to extract from Access db source and then insert into destination SQL db (right hand side) and it worked fine:

FMEWanted to add a writer to delete all db records (on the far left) before the reader. However, unable to connect that writer to the reader. Any advice on how can I execute that Delete Writer before the Reader? Thanks.

icon

Best answer by nielsgerrits 16 February 2021, 19:33

View original

2 replies

Userlevel 6
Badge +31

You can use FeatureReaders / FeatureWriters for this kind of workflow. If you have no features to initiate the proces, you can put a Creator transformer in front of the FeatureReader.

Badge +1

Thanks

 

Created new Feature Writer as below to delete SQL records:server1Able to link that ti AttributeManager and FeatureReader:

server2Ran the FeatureWriter but nothing got deleted in the SQL db. Anything that I missed?

Reply