Skip to main content
I have two workbenches. First one will gather some feature type names and use workspace runner to call second workbench which should read only selected feature types. I found i can send these values via published parameter.

 

 

But i do not know proper format of listing these names in publish parameter for

 

'Feature Types to Read' that can be understood by oracle spatial reader.

 

 

Please let me know how to handle this problem?

 

 

Thanks,

 

Subrat
hi,

 

 

Seperate the tables names you want to read with a space in the "Feature Types to Read" parameter like this:

 

 

schema1.table1 schema2.table2

 

 

CA
Thanks CA

Reply