Skip to main content

Hi, 

 

I have a user parameter where we are entering raw text in the format of:

\\gis\scripts\FME_Projects\Production\Staging Folder\bulk_geopackage.gpkg

 

user input 

The first time this parameter is used is in a featurewriter transformer:

featurewriterThen when I look at the path it is passing through the output, you will notice one of the slashes has been reversed...

reversed bracketAny thoughts as to why this is happening at this point?

Likely has something to do with the space between Staging and Folder. I would try replacing that space with an underscore in your directory path to see if it reverts back.


Thanks heaps dustin, that has got it working fine now I have removed the only space in the entire string.

 

Can someone confirm if spaces are unsupported in what I have done above, or is this a bug? I dont think I have had this issue previously. :/


It should still function fine, it doesn't 'look' right but will still work.

 

If you take that path (with the forward slashes) and put it in explorer does it go to the right folder?


It should still function fine, it doesn't 'look' right but will still work.

 

If you take that path (with the forward slashes) and put it in explorer does it go to the right folder?

Indeed it does work as intended. I was trying to fix a bug that was harmless! Thank you for pointing that out. Now I just need to satisfy my OCD rather than fix an actual problem!

Cheers


Reply