When I convert a variable of type string like “/path/myfile.csv” with the String to path (variable) node the slashs changed to backslashs, so the result of my variable turns to “”\path\myfile.csv", as the image below. How can I fix that?
@elaisafonceca this is the way KNIME does save the path internally. Question is if the path variables do work. If you want to extract a local path and also the correct separators based on the operating system I have created this Component: