I have 2 csv first CSV with Id and other csv with ID plus additional attributes. My aim is to get geometry from Oracle Spatial based on IDs from first CSV using featureReader and then use featureMerger to add addinal attributes from 2nd csv (joining on ID). For some reasons I am not able to write to destination writer. I have created a schema file for writer. I am getting an error as "no schema defined for feature .... " for FeatureReader.
what I am doing wrong here?
Cheers
John