<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OPC Datasource deletes &quot;&#x5C;&quot; after Import csv]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I have been trying to import csv to OPC datasource. Csv includes OPC tags like "c1.Temp\kmp\A\phsA". Although I do not get any error during import, Mango deletes " \ " character at the point's OPC tags.</p>
<p dir="auto">How can I fix csv import problem?<br />
I will have more than 10.000 OPC points.</p>
<p dir="auto">Thanks in advance</p>
]]></description><link>https://forum.mango-os.com/topic/5096/opc-datasource-deletes-after-import-csv</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 18:55:42 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/5096.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Feb 2021 05:16:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OPC Datasource deletes &quot;&#x5C;&quot; after Import csv on Wed, 17 Feb 2021 10:08:40 GMT]]></title><description><![CDATA[<p dir="auto">Use a text editor to escape them with another backslash. Its likely trying to treat the * as a control character...</p>
<pre><code>\\
</code></pre>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/26318</link><guid isPermaLink="true">https://forum.mango-os.com/post/26318</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 17 Feb 2021 10:08:40 GMT</pubDate></item></channel></rss>