Hello Everybody, I have seen some examples to open geodatabase metadata directly in FME using Feature Type Mode (metadata) but I cannot see this in FME 2016 version. I want to open the metadata of a SQL server based feature class/table's in FME and want to export it into our own metadata schema. Please guide me. Thanks
Page 1 / 1
When creating the reader, specify that you want it to return the metadata rather than the features:
When creating the reader, specify that you want it to return the metadata rather than the features:
The screenshot I just posted is from FME 2016.1
If you want to read ESRI metadata, you cannot use the SQL Server reader, you'll have to use one of the ESRI ones.
The screenshot I just posted is from FME 2016.1
If you want to read ESRI metadata, you cannot use the SQL Server reader, you'll have to use one of the ESRI ones.
Thanks David_r
The screenshot I just posted is from FME 2016.1
If you want to read ESRI metadata, you cannot use the SQL Server reader, you'll have to use one of the ESRI ones.
I got my XML in ESRI format, can you tell me now how can i transfer it into our own Metadata schema? Thanks