<?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 Parsing comma from String and numbers in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240658#M308527</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data sets similar to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;States&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Total Cost&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Values&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Texas&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2,100&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Food - Breakfast 500, Food - Dinner 1,200, Income (1,500), Rent - 1bdr apartment 1,800;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to ensure the Values match up with the Total Cost. The end result would look something like the following.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;State&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Total Cost&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Texas&lt;/TD&gt;&lt;TD&gt;2,1000&lt;/TD&gt;&lt;TD&gt;Food&lt;/TD&gt;&lt;TD&gt;1,700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Rent&lt;/TD&gt;&lt;TD&gt;1,800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Income&lt;/TD&gt;&lt;TD&gt;-1,500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because of the comma in the numbers, it was difficult to utilize delimiters to separate the data. I need to keep the category (food, rent) before the dash. &lt;STRONG&gt;Is there a formula or tool that I can use to get rid of the comma in between numbers?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 14:52:25 GMT</pubDate>
    <dc:creator>danielmorgan1</dc:creator>
    <dc:date>2024-02-14T14:52:25Z</dc:date>
    <item>
      <title>Parsing comma from String and numbers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240658#M308527</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data sets similar to the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;States&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Total Cost&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Values&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Texas&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2,100&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Food - Breakfast 500, Food - Dinner 1,200, Income (1,500), Rent - 1bdr apartment 1,800;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to ensure the Values match up with the Total Cost. The end result would look something like the following.&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;State&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Total Cost&lt;/TD&gt;&lt;TD&gt;Category&lt;/TD&gt;&lt;TD&gt;Value&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Texas&lt;/TD&gt;&lt;TD&gt;2,1000&lt;/TD&gt;&lt;TD&gt;Food&lt;/TD&gt;&lt;TD&gt;1,700&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Rent&lt;/TD&gt;&lt;TD&gt;1,800&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Income&lt;/TD&gt;&lt;TD&gt;-1,500&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Because of the comma in the numbers, it was difficult to utilize delimiters to separate the data. I need to keep the category (food, rent) before the dash. &lt;STRONG&gt;Is there a formula or tool that I can use to get rid of the comma in between numbers?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:52:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240658#M308527</guid>
      <dc:creator>danielmorgan1</dc:creator>
      <dc:date>2024-02-14T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing comma from String and numbers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240659#M308528</link>
      <description>&lt;P&gt;This looks like a Text to Columns tool, split into rows!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:54:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240659#M308528</guid>
      <dc:creator>alexnajm</dc:creator>
      <dc:date>2024-02-14T14:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing comma from String and numbers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240660#M308529</link>
      <description>&lt;P&gt;Text to columns doesn't work, due to a comma being in the number and outside of the number. I think I need to clean the data first, but I couldn't figure out how to use the replace function to capture this because the comma is either after the number (string in the data set) i.e:&amp;nbsp;&lt;SPAN&gt;Dinner 1,200, or Parenthesis&amp;nbsp;Income (1,500),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:00:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240660#M308529</guid>
      <dc:creator>danielmorgan1</dc:creator>
      <dc:date>2024-02-14T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing comma from String and numbers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240663#M308531</link>
      <description>&lt;P&gt;Exactly - this should work well then:&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:04:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240663#M308531</guid>
      <dc:creator>alexnajm</dc:creator>
      <dc:date>2024-02-14T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing comma from String and numbers</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240666#M308532</link>
      <description>&lt;P&gt;Thank you, the formula that you provided before the text to columns was exactly what I needed. Greatly appreciate the quick response and help!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:08:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Parsing-comma-from-String-and-numbers/m-p/1240666#M308532</guid>
      <dc:creator>danielmorgan1</dc:creator>
      <dc:date>2024-02-14T15:08:02Z</dc:date>
    </item>
  </channel>
</rss>

