I added a Create Data Node that included file path. When I run the node, it removes characters from the data as it was populated in the node.
One of the Characters it removes is a quote ". That makes sense. If you are using a comma delimiter that allows you to have commas between quote marks without Analyze trying to create additional columns, The problem is that it also removes the file slash mark \.
I have tried running this using both a comma delimiter and a tab delimiter both with and without quote marks. The results are the same with both approaches. Other characters are not being removed. Is there a way to keep the \ intact in the output?
INPUT
C:\MainFolder\Sub Folder\[(The-File_Name)].xls
"C:\MainFolder\Sub Folder\ [(The-File_Name)].xls”
OUTPUT
C:MainFolderSub Folder[(The-File_Name)].xls