I would like to use an existing FME reader to open a file with an unsupported extension. Is there a workaround to achieve this? Alternatively, how can I clone an existing reader and modify it to support the desired file extension?
Thanks a lot! 🤓
hp
Best answer by bwn
Well….this might be simpler instead. It’s dumb, but it works on my version of FME (2021)
Add [**\*.gdb] to the Reader File Path. This works also for other Formats I’ve tried like Shape. This seems to force FME to treat whatever file path is input as an Archive container, no matter what the file extension is.
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.
It is a .lpkx file which I would like to read it with the File Geodatabase Reader but this reader does not support this extension. When i change the extension to .zip the File Gedotabase Reader reads it correctly.
Well….this might be simpler instead. It’s dumb, but it works on my version of FME (2021)
Add [**\*.gdb] to the Reader File Path. This works also for other Formats I’ve tried like Shape. This seems to force FME to treat whatever file path is input as an Archive container, no matter what the file extension is.