Hi,
Does anyone know where we can understand the syntax required to replicate the XML Prompt File generated for Data Manager package execution?
The logs do not have the same format, as below;
Sample XML Prompt File that works;
<AnswerPromptPersistingFormat>
<_ap>
<Name>%ARCHIVE_NODE%</Name>
<Values>
<string>ARCHIVED_PROJECTS</string>
</Values>
</_ap>
</AnswerPromptPersistingFormat>
I would like to pass into the Data Manager package filter values for a Transactional Data load, which look like this in the package log;
<Attribute>
<ID>ZBPC_CYCD</ID>
<Operator>3</Operator>
<LowValue>DE01</LowValue>
<HighValue>DE99</HighValue>
</Attribute>
Any input would be much appreciated!
Nick