Skip to content

Commit

Permalink
Merge pull request #60 from CrossKnowledgeIntegration/fix/CKLS-11271
Browse files Browse the repository at this point in the history
update description of deltaMode
  • Loading branch information
seb-fabre authored Jan 15, 2024
2 parents 0861b22 + c5db226 commit 198993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/IO_items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ param:
type: "time"

deltaMode:
desc: "Only export new data (with respect to the last export). In order for this parameter to work, the previous exports must have had a `guid` attribute (`<export guid='foo'>`). This feature cannot be used alongside `timeFramesScale`."
desc: "Only export new data (with respect to the beginning of the previous export). In order for this parameter to work, the previous exports must have had a `guid` attribute (`&lt;export guid='foo'&gt;`). <br/>This feature cannot be used alongside `timeFramesScale`.<br/>When items are updated while the task is running, these updated items can be exported both during the current task and the next."
type: "yesNoElement"

disableImportFlag:
Expand Down

0 comments on commit 198993c

Please sign in to comment.