Hi.
I’m trying to make a component to select files for Excel Reader.
Thanks to great community, I found a way but soon, met a challenge.
I used [List Files/Folders] Node for listing my files,
and I used [Path to String] and [String Manipulation] node to make a short title for those path.
So now, the table has “ID”, “Path”, “Location” (string) columns.
The goal I want to achieve is that select a title from “Location” column, with [Value Selection] (or any similar ones) node to select the row, then return that row’s “Path” to [Excel Reader] node as a variable.
I think there should be a way to do this,
but I can’t figure it out.
As I browsed, someone has solved it with some regex, but I’m not familiar with regex too.
And again, there should be a node for this which I can’t find with a proper name.
Any advise and enlightenment is welcomed.
Thanks!