Hi,
I have a workflow which extracts some metadata from the image.
How to organize the output based on subfolders?
Under output format options, under file naming rule, when I enter more than one element for creating a folder name, level it shoes 'the naming patter provided is invalid'
Example:
#1. \\. - this format is not working
#2. \.. - this format is working.
How to make the output format #1 to work?
Thanks
I have a workflow which extracts some metadata from the image.
How to organize the output based on subfolders?
Under output format options, under file naming rule, when I enter more than one element for creating a folder name, level it shoes 'the naming patter provided is invalid'
Example:
#1. \\. - this format is not working
#2. \.. - this format is working.
How to make the output format #1 to work?
Thanks
Comments
2 comments
Just use SomeFolder\\\. where <****field> are indexing fields.
In case of empty indexing fields values the extra \ will be removed.
****field>
Please sign in to leave a comment.