Hi
Added Reader to extract from Access db source and then insert into destination SQL db (right hand side) and it worked fine:
Wanted 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.

Able to link that ti AttributeManager and FeatureReader:
Ran the FeatureWriter but nothing got deleted in the SQL db. Anything that I missed?