Hello Everybody, I am facing trouble to use a writer file (xml) as a Reader file for the second step. I am writing ESRI format metadata in a text_line and saved as a .xml extension. At the second step i want to use this xml file as a input file. Nothing is working , please see the attached imge. I have tried several ways like user parameter, feature to writer and so on,
You want to use a feature reader triggered by the featurewriter output instead of a reader so that the file exists at the point you are reading it
You want to use a feature reader triggered by the featurewriter output instead of a reader so that the file exists at the point you are reading it
For a text format you can also use the AttributeFileWriter and then re-read using the FeatureReader (or the AttributeFIleReader).
You want to use a feature reader triggered by the featurewriter output instead of a reader so that the file exists at the point you are reading it
Thanks..
For a text format you can also use the AttributeFileWriter and then re-read using the FeatureReader (or the AttributeFIleReader).
as a user parameter and using it for the next step to find the metadata
only inside that xml.
Thanks..
You want to use a feature reader triggered by the featurewriter output instead of a reader so that the file exists at the point you are reading it
For a text format you can also use the AttributeFileWriter and then re-read using the FeatureReader (or the AttributeFIleReader).
attributeFile writer one xml is writing but it does not reading thorugh
on the fly for next step, FeatureReader will not work because i am
reading "Metadata " tag element inside xml, i didnot find any option
there to select "Elements to Match "...Dont know what to do now..
Why not use the XMLFragmenter (with Flatten Options) to extract required contents directly from the XML document read by the Geodatabase reader?
Why not use the XMLFragmenter (with Flatten Options) to extract required contents directly from the XML document read by the Geodatabase reader?
Hello Mr. Takashi, to get an xml file automatically we are currently storing all attribute table of sql server DB into a enterprise GDB in sql server, which is creating a trouble that everytime it is taking the primary key field as OBJECTID and changing the name of the field. So we want now to have the attribute table as it is in a non-spatial database, and want to read it's table name, field names and datatype into an xml file. But I cannot read the field names and data type as a list thus I can use it inside our own schema. Can you please guide me.?
Thanks