We currently generate text that is parsed into an XML for third party software. This software does not follow the conventions for line breaks and utilised the characters inside of the text field to split the lines.
We need to generate the following:
Get what
you want
When using the generate data operator and then the extract document operator the above gets turned into:
Get what you want
(There are two spaces (Hex: 20 20) instead of a line break (Hex: 0D 0A))
How do I correctly generate the line break using this operator?
<?xml version="1.0" encoding="UTF-8"?><process version="8.2.000">
<operator activated="true" class="generate_data_user_specification" compatibility="8.2.000" expanded="true" height="68" name="Generate Data by User Specification" width="90" x="715" y="595">
<list key="attribute_values">
<parameter key="1" value="("Get what you want")"/>
</list>
<list key="set_additional_roles"/>
</operator>
</process>