Skip to main content
Solved

File extensions understood by FME Readers

  • January 22, 2020
  • 3 replies
  • 25 views

spatialcase
Contributor
Forum|alt.badge.img

Folks,

I need to scour some file shares with a python script to identify any data files.

I would like to exclude 'non data' files and it occurs to me that one way of doing this would be to compare file extensions with a list of format-specific file extensions that are used by FME Readers...

The Knowledge Base does list file formats (https://www.safe.com/fme/formats-matrix/ ) but doesn't specify the associated file extensions.

Does anyone know if there is a matrix that lists the file extensions associated with each FME Reader?

Many Thanks, Graham

Best answer by redgeographics

Check the formats.db file in your FME installation directory (it's a csv), that has a list of all supported formats as well as their extensions.

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

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3700 replies
  • Best Answer
  • January 22, 2020

Check the formats.db file in your FME installation directory (it's a csv), that has a list of all supported formats as well as their extensions.


spatialcase
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 13 replies
  • January 22, 2020

Check the formats.db file in your FME installation directory (it's a csv), that has a list of all supported formats as well as their extensions.

Fabulous - Many Thanks!


spatialcase
Contributor
Forum|alt.badge.img
  • Author
  • Contributor
  • 13 replies
  • January 24, 2020

Following redgeographics' tip, I have pushed a python script up to GitHub - this reads the FME formats.db file and produces a CSV file breaking out each of the file formats that can be read by FME in a digestible format.

 

https://github.com/spatialcase/Python-Misc