Export
Exports a specified transaction from history.
Syntax: export [extension|other|all|split] profile model key filename-prefix [mask]
Argument | Description |
---|---|
extension | Include only the touchpoint updates published by an extension. |
other | Include only updates that were not published by an extension. |
all | Include all updates. |
split | Include all updates but split into two different files. |
Profile | Profile containing the model. |
model | The generated model instance name (ie. with the _n suffix). |
key | The transaction identifier or an alias. |
filename-prefix | The exported data is written with the name of the transaction id prefixed by this value. It can be a directory path, for example: "d:\export_files\". |
Mask | A value of true indicates to mask any identifiers (transaction, alias or payload) with X's of the same length to protect potentially private data. A value of false indicates to use the actual identifiers. When using masked identifiers, transaction evaluation can differ if your model configuration expects specific values. |