<turbo-stream action="update" target="wiki_card"><template>
<h1>CONVERT</h1>
<h1>CONVERT(data, 'from', 'to', ...);</h1>
<p>&nbsp;</p>
<h2>Overview</h2>
<ul>
<li>Convert can be used to convert a string, part of a string or single character.</li>
<li>Using Convert, you can change the outcome of data to be something more appropriate in the destination. In other words, the data of a source field can be converted to be something else in the destination field.</li>
</ul>
<p>&nbsp;</p>
<p><strong>Example 1:</strong></p>
<blockquote>
<p>##CONVERT("Name", 'ü', 'ue') will convert all occurrences of "ü" in a field to "ue".</p>
<p>&nbsp;</p>
</blockquote>
<p><strong>Example 2:</strong>&nbsp;</p>
<blockquote>
<p>##CONVERT("Name", ' ', '_') will convert all occurrences of "' '" in a field to "_".</p>
<p>E.G.</p>
<p>Source value: Rapidi A/S.</p>
<p>Destination value: Rapidi_A/S.</p>
</blockquote>
<p>&nbsp;</p>
<p><strong>Example 3:</strong></p>
<blockquote>
<p>##CONVERT("Name", 'A/S', 'GmbH') will convert all occurrences of "A/S" to "GmbH".</p>
</blockquote>
<p><strong>&nbsp;</strong></p>
<p><strong>Example 4:</strong></p>
<blockquote>
<p>All records containing the value "Sir" should be converted to "Mr.", therefore we specify:</p>
<p>##CONVERT('Sir ', 'Mr. '); with a blank at the end of "Sir" and a blank at the end of "Mr.".</p>
<p>If the blanks were omitted in this case, all the values beginning with "Sir" would be replaced with "Mr.". Accordingly, if a record contained the value "Siren" this too would be converted to "Mr." even though this was not intended.</p>
</blockquote>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='CONVERT' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='CONVERT' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>CONVERT - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
