-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CopyData has stopped working #3368
Comments
The function is fundamentally broken. It was partially deleted. The remaining fragments are still based on the UGH replacement classes. The functionality must be fundamentally re-implemented.
|
The decision is: The functionality is still needed and should be repaired. |
Syntax (suggestion):
Command: A command can consist of one or more copy and/or delete expressions. Several expressions must be separated by semicolon. The last expression may be terminated by a semicolon. There may be spaces between the commands. Copy expression: Expression to copy metadata. There may be spaces between the arguments. Delete expression: Expression to delete metadata. Replacement mode: Default replacement mode (no indication) is “replace”: If the rule has results on the right hand side, delete all metadata entries on the left hand side, if any, then put the results in place. “Add” ( Limit: Without limit, all results are copied. This may be used to limit the number of results to be written. ‹max count› should be an integer ≥ 1. Write metadata selector: Defines where to write the metadata. Division path: Path to the Key path: Path to the metadata key. ‹key ID› is the ID of the key as defined in the ruleset. May be repeated in case of grouped keys. Supports additional find regex to match only values matching the regular expression. Find RX: Regular expression to match. May match on a sub-key in grouped keys. Domain: Domain in which to write the new values. Operator: Assignment operator. May be followed by a format string in back-ticks to give a formatting rule. Read metadata selector: Defines where from to read the metadata. A circumflex ( Replace RX: Regular expression to process the string data. String: Put a literal string. Double quotes and backslashes inside the string must be escaped using backslash. Variable selector: Put a value from the internal data object (syntax like field access in JSF). |
It would be useful to reactivate this function. Otherwise the structure isn't visible in the DFG-Viewer and the whole structuring-work is useless or has to be done twice. |
I am not sure, if this is the correct issue for this comment. The copyData-Script can be used to add/delete/overwrite values in metadata fields and does in my opinion not influence the structuring work or the display in the DFG-Viewer. In addition, there will be other Scripts to add, copy or delete Metadata of the processes, |
This has been reimplemented |
The following message is displayed: UnsupportedOperationException: Dead code pending removal
Script:
action:copyData @LegalNoteAndTermsOfUse = "FZRV1.0";
The text was updated successfully, but these errors were encountered: