Skip to main content
Solved

FME Cloud: select a folder or plenty of files once as source file

  • March 23, 2020
  • 2 replies
  • 50 views

HI,

I have upload multiple folders which contian thousands of *.osgb files to Resources->Data of FME Cloud. All the files need to be converted to specific format.

How can I select the folders or plenty of files just once rather than click individual file one by one as source files?

 

Best answer by gerhardatsafe

Hi @bravetan00,

You could try to add an entire folder by clicking the plus sign of the folder instead of individual files. Or you could enter the path to the folder and then use a wildcard for all osgb files like this:

$(FME_SHAREDRESOURCE_DATA)/MyFolder/*.osgb

I'm not familiar with the OpenSceneGraph format, but I think one of these options should work.

Let us know how this goes!

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.

2 replies

Forum|alt.badge.img
  • 288 replies
  • Best Answer
  • March 23, 2020

Hi @bravetan00,

You could try to add an entire folder by clicking the plus sign of the folder instead of individual files. Or you could enter the path to the folder and then use a wildcard for all osgb files like this:

$(FME_SHAREDRESOURCE_DATA)/MyFolder/*.osgb

I'm not familiar with the OpenSceneGraph format, but I think one of these options should work.

Let us know how this goes!


  • Author
  • 1 reply
  • March 24, 2020

Hi @bravetan00,

You could try to add an entire folder by clicking the plus sign of the folder instead of individual files. Or you could enter the path to the folder and then use a wildcard for all osgb files like this:

$(FME_SHAREDRESOURCE_DATA)/MyFolder/*.osgb

I'm not familiar with the OpenSceneGraph format, but I think one of these options should work.

Let us know how this goes!

Hi @gerhardatsafe

Thanks for your reply.

I can't click the plus sign of folder as it's grey. But wildcard method works pretty good. Thanks.