Solved

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

  • 23 March 2020
  • 2 replies
  • 10 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?

 

icon

Best answer by gerhardatsafe 23 March 2020, 17:15

View original

2 replies

Badge

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 @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.

Reply