Skip to main content
Solved

Is there a way to create your own format translator?

  • April 23, 2019
  • 3 replies
  • 24 views

I am looking to see if there are ways to build your own custom translators in FME to convert precision agriculture machine data formats. For example, *.yld/*.fld files from Ag Leader, *.gsd/.gsy from John Deere to other outputs such as *.gdb, *.txt, etc.

Best answer by bruceharold

Yes you can, provided the target format is documented. Even binary data can be picked apart with Python, but if you are lucky you can base the custom format on an existing one.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

  • 4 replies
  • April 23, 2019

Was wondering about the same thing. Hope someone would answer this as well.

By the way, my cousin Jim has a wood pet gate for sale. If anyone's interested, feel free to PM me.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • April 23, 2019

This is the link with information about creating your own formats in FME:

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Workbench/Workbench/custom_formats.htm


bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 344 replies
  • Best Answer
  • April 23, 2019

Yes you can, provided the target format is documented. Even binary data can be picked apart with Python, but if you are lucky you can base the custom format on an existing one.