Hi, does pentaho have an implementation or syntax that supports cross-platform environmental variables?
i.e. If a transformation is created in Windows, the user would use something like "%%foo%%/file.txt". However, if they then took the generated XML file and tried running it in Pan on a Linux system, this would obviously be a bad path.
Is there a way to specify a variable so pentaho will instead perform a something like a System.getenv("foo") instead?
We could build a workaround to perform the conversion of variables from Windows to Linux style but rather have a native implementation.
i.e. If a transformation is created in Windows, the user would use something like "%%foo%%/file.txt". However, if they then took the generated XML file and tried running it in Pan on a Linux system, this would obviously be a bad path.
Is there a way to specify a variable so pentaho will instead perform a something like a System.getenv("foo") instead?
We could build a workaround to perform the conversion of variables from Windows to Linux style but rather have a native implementation.