<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Property Expression Split with &amp;quot; as delimiter in Project data &amp; BIM</title>
    <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714616#M15892</link>
    <description>&lt;P&gt;Barry, thanks for the response. I understand the SPLIT functions in expression editing. My qeustion was more about if it is possible to use the double quote marks as delimiter as we have hundreds of surfaces in this format and would rather not rename all of them through all of our standards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some script languages allow you to use ASCI codes and the like to refer to a specific character rather than the actual character that has meaning in the script language.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2026 03:34:36 GMT</pubDate>
    <dc:creator>Matthew Johnson</dc:creator>
    <dc:date>2026-09-15T03:34:36Z</dc:date>
    <item>
      <title>Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714610#M15890</link>
      <description>&lt;P&gt;Is it possible to use a SPLIT expression where the delimiter is " ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have long product names where the standard format is 'TYPE OF FINISH - MANUFACTURER PRODUCT "COLOUR"' and I'd like to be able to seperate the COLOUR component of the long name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" color="grey"&gt;Operating system used: &lt;EM&gt;Windows &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 01:55:26 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714610#M15890</guid>
      <dc:creator>Matthew Johnson</dc:creator>
      <dc:date>2026-09-15T01:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714612#M15891</link>
      <description>&lt;P&gt;There are SPLIT functions in the expression editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BarryKelly_0-1789438355585.png"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/105871iA922E705A8C0382F/image-size/large?v=v2&amp;amp;px=999" alt="BarryKelly_0-1789438355585.png" title="BarryKelly_0-1789438355585.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be a multi-stage process though.&lt;/P&gt;
&lt;P&gt;SPLITRIGHT to get COLOUR" and then SPLITLEFT that result to get just COLOUR.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only problem then is the functions use the double quote symbol in the command.&lt;/P&gt;
&lt;P&gt;I am not sure if you can change that.&lt;/P&gt;
&lt;P&gt;So instead of "delimiter" - because """ (triple quotes) would make no sense, you can change it to a single quote 'delimeter' - so you will have '"' in the expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Changing to single quotes works in GDL, I can't say I have tried it in the expression editor.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 02:27:28 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714612#M15891</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2026-09-15T02:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714616#M15892</link>
      <description>&lt;P&gt;Barry, thanks for the response. I understand the SPLIT functions in expression editing. My qeustion was more about if it is possible to use the double quote marks as delimiter as we have hundreds of surfaces in this format and would rather not rename all of them through all of our standards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some script languages allow you to use ASCI codes and the like to refer to a specific character rather than the actual character that has meaning in the script language.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 03:34:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714616#M15892</guid>
      <dc:creator>Matthew Johnson</dc:creator>
      <dc:date>2026-09-15T03:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714618#M15893</link>
      <description>&lt;P&gt;That is why I suggested trying to change the quotes used in the expression to single quotes.&lt;/P&gt;
&lt;P&gt;So ' " ' instead of&amp;nbsp; " " " (spaces are just for clarity).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 04:06:40 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714618#M15893</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2026-09-15T04:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714619#M15894</link>
      <description>&lt;P&gt;Seems that doesn't work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 04:17:31 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714619#M15894</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2026-09-15T04:17:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714621#M15895</link>
      <description>&lt;P&gt;Masking with a backslash should do the trick:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SPLIT ( &amp;lt;your property&amp;gt;; "\""; 2 )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 05:20:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714621#M15895</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2026-09-15T05:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714626#M15896</link>
      <description>&lt;P&gt;Thanks Stefan. I knew someone on here would know what the trick to masking was.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 06:24:45 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714626#M15896</guid>
      <dc:creator>Matthew Johnson</dc:creator>
      <dc:date>2026-09-15T06:24:45Z</dc:date>
    </item>
    <item>
      <title>Betreff: Property Expression Split with " as delimiter</title>
      <link>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714628#M15897</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/9062"&gt;@Stefan L_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought there was something.&lt;/P&gt;
&lt;P&gt;I tried that but must have used a forward slash.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_rolling_eyes:"&gt;🙄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 06:53:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Project-data-BIM/Property-Expression-Split-with-quot-as-delimiter/m-p/714628#M15897</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2026-09-15T06:53:57Z</dc:date>
    </item>
  </channel>
</rss>

