Skip to main content
Question

Data load

  • March 10, 2022
  • 3 replies
  • 17 views

fmesafe.podpora
Contributor
Forum|alt.badge.img+11

I have a dataset containing attributes, but I can't read the coordinate value anywhere? The coordinates in the FME data inspector are. How do I load them in the workspace? Thanks a lot This is a loading xml of the model aixm 5.1

3 replies

takashi
Celebrity
  • 7843 replies
  • March 10, 2022

Hi @fmesafe.podpora​ , I think the dataset has been read correctly. If you need to extract the coordinate values as attributes, consider using CoordinateExtractor transformer.


fmesafe.podpora
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 136 replies
  • March 10, 2022

This is exactly what I needed, just be careful, it must be used in combination with attributeCreator, thank you very much!


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • 2077 replies
  • March 10, 2022

Hi @fmesafe.podpora​ , I think the dataset has been read correctly. If you need to extract the coordinate values as attributes, consider using CoordinateExtractor transformer.

Nice @Takashi Iijima​