Skip to main content
Solved

Multiple files for SourceDataset ?

  • December 18, 2013
  • 2 replies
  • 8 views

Forum|alt.badge.img
If I want to run a workspace, either as a workspace or as a job on an FME server, I want to assign values to its published SourceDataset entries.

 

 

What what is the precise format for these entries ?

 

 

Do the file paths need to enclosed in quotes ? Either seperately or all-in-one ?

 

What separartor character needs to go between each path ?

 

 

Cheers

 

Lars I.

Best answer by lin_geopartner

Just to wrap this up:

 

 

There seems to be a bug in version 2013 that "decodes" all other occurances of "\\\\" than the first one.

 

 

The work-around is to split the UNC part from the (relative) path parts, and instead of just a comma separated list of paths (i.e. "path1,path2,path3"), create an expression as follows:

 

 

"UNC_part{rel_path1,rel_path2,rel_path3}"

 

 

Of course this only works if all paths have the exact same UNC part. Which they fortunately have in my case :-)

 

 

Cheers

 

View original
Did this help you find an answer to your question?
This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, 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
I should add, that I'm using UNC paths, i.e. paths that start with "\\\\".

 

 

This seems to pose problems in itself, as a double backslash somewhere along the line is interpreted to be a single backslash !??

 

 

Cheers

 


Forum|alt.badge.img
  • Author
  • Best Answer
  • January 10, 2014
Just to wrap this up:

 

 

There seems to be a bug in version 2013 that "decodes" all other occurances of "\\\\" than the first one.

 

 

The work-around is to split the UNC part from the (relative) path parts, and instead of just a comma separated list of paths (i.e. "path1,path2,path3"), create an expression as follows:

 

 

"UNC_part{rel_path1,rel_path2,rel_path3}"

 

 

Of course this only works if all paths have the exact same UNC part. Which they fortunately have in my case :-)

 

 

Cheers

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings