Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0024 is available as of 09-03-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Additional Question Regarding an Image Pointer in the xml Output
tmartin
Posts: 82 ✭✭
I am starting this thread to build on Jason's previous question.
Our customer actually needs their Export(rather than Import) directory path in their xml file. I can manually build this path in the expression mentioned in the previous thread and I can name the file by the content name. An issue occurs however, when there are two "like" content types in the same batch. The "Name Uniquely" feature in Document Export takes care of the image naming problem but the xml file does not reflect this as this field is populated at extraction.
I say all this to give some background, but the customer has said that they don't care what the file name is as long as it is unique. I tried using the Guid but I can't seem to be able to find the correct item to place into the expression to return the guid. Is there a keyword or variable that remains unique(sequence number or DOCID) can be used by the expression and Document Export?
Our customer actually needs their Export(rather than Import) directory path in their xml file. I can manually build this path in the expression mentioned in the previous thread and I can name the file by the content name. An issue occurs however, when there are two "like" content types in the same batch. The "Name Uniquely" feature in Document Export takes care of the image naming problem but the xml file does not reflect this as this field is populated at extraction.
I say all this to give some background, but the customer has said that they don't care what the file name is as long as it is unique. I tried using the Guid but I can't seem to be able to find the correct item to place into the expression to return the guid. Is there a keyword or variable that remains unique(sequence number or DOCID) can be used by the expression and Document Export?
0
Answers
Product Manager
mharrison@bisok.com
Error: Operator '+' is not defined for types String and System.Guid.
Is the expression I am trying incorrect?
Folder.Id.ToString + "12345"
Product Manager
mharrison@bisok.com