I'm looking to map a value that contains a specific string.
Example: I have a CSV column that contains the value "DWFs", ("Eagle Point DWFs", "West Lake DWFs). I'd like to map any value that contains the substring "DWFs".
Thank you in advance
I'm looking to map a value that contains a specific string.
Example: I have a CSV column that contains the value "DWFs", ("Eagle Point DWFs", "West Lake DWFs). I'd like to map any value that contains the substring "DWFs".
Thank you in advance
I don't think it's possible to use a wildcard in the Schema Mapper setting, you will have to consider other ways.
Is "DWFs" the attribute name?
You need to map the source string values (e.g. "Eagle Point DWFs", "West Lake DWFs") to what kind of strings?
Takashi
The string containing "DWFs" are folder names.
I'll be creating standardized OUTPUT folder names for any INCOMING folder containing the word "DWFs".
Thanks Takashi,
Have a good day!
How do you need to standardize the path strings?