02-22-2014 11:10 AM
Hello,
Basic questions. Is it possible with the scan from string regular expression to extract the string that are within the specified delimiters. Here is an example:
\\Name of folder 1\Name of folder 2\Name of folder 3\File Name
Can the scan from string output the following by specifying the right regular expression:
Name of folder 1
Name of folder 2
Name of folder 3
File Name
I have tried \\\\%s\\%s\\%s\\%s but the %s stops at the first white space.
Thanks,
Michel
Solved! Go to Solution.
02-22-2014 11:41 AM
Why wouldn't you just use the Path to Array of Strings function in the File I/O palette?
02-22-2014 01:30 PM - edited 02-22-2014 01:30 PM
RavensFan suggested the appropriate function for your requirement, however you can also use an alternative, which is 'Spreadsheet String To Array'.
02-22-2014 04:51 PM
There are days like this, I guess..... 😞