<?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: Bug with CSV files containing quoted fields in Dev Space</title>
    <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119711#M224</link>
    <description>&lt;P&gt;What does &lt;FONT face="courier new,courier"&gt;II_PushRecord&lt;/FONT&gt; look like on the SampleOutput tool?&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jan 2018 16:03:00 GMT</pubDate>
    <dc:creator>MichaelCh</dc:creator>
    <dc:date>2018-01-24T16:03:00Z</dc:date>
    <item>
      <title>Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/118952#M221</link>
      <description>&lt;P&gt;We have found what appears to be a bug in Alteryx.&lt;/P&gt;&lt;P&gt;If you load data from a CSV file containing quoted fields, then any blank fields get a value from a previous record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The simplest way to replicate the bug is using the SampleOutput component included in the SDKSample. This exhibits the problem out-of-the-box, with a workflow as simple as an Input Data component linked to the SampleOutput component.&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SampleOutput.png" style="width: 200px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/27811iB7BD7B51E3180089/image-size/small?v=v2&amp;amp;px=200" role="button" title="SampleOutput.png" alt="SampleOutput.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input example1.csv:&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;"10","MR W DAYTON","PALMER AIR CHARTERS, INC","SUITE 106","7350 AIRPORT ROAD","WILMINGTON","DELAWARE","19801","212 249 7586"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;"11","MR K SIPPLE","FEIDER COMPANIES INC","POST OFFICE BOX 56259","FEIDER PARKWAY","MINNEAPOLIS","MINNESOTA","55459",""&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;"12","TAMMY TASAN","ANDERSEN LAMB INC","2300 MARIE VICTORIN/05CAZ","LONGUEUIL QUEBEC","","","",""&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;Output example1output.csv (extraneous fields &lt;FONT color="#FF0000"&gt;highlighted&lt;/FONT&gt;):&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;10,MR W DAYTON,PALMER AIR CHARTERS, INC,SUITE 106,7350 AIRPORT ROAD,WILMINGTON,DELAWARE,19801,212 249 7586&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;11,MR K SIPPLE,FEIDER COMPANIES INC,POST OFFICE BOX 56259,FEIDER PARKWAY,MINNEAPOLIS,MINNESOTA,55459,&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;212 249 7586&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;12,TAMMY TASAN,ANDERSEN LAMB INC,2300 MARIE VICTORIN/05CAZ,LONGUEUIL QUEBEC,&lt;FONT color="#FF0000"&gt;MINNEAPOLIS&lt;/FONT&gt;,&lt;FONT color="#FF0000"&gt;MINNESOTA&lt;/FONT&gt;,&lt;FONT color="#FF0000"&gt;55459&lt;/FONT&gt;,&lt;FONT color="#FF0000"&gt;212 249 7586&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a workaround for this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 10:15:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/118952#M221</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-01-23T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/118960#M222</link>
      <description>&lt;P&gt;I think it must be a problem with the SampleOutput macro.&amp;nbsp; I don't have that in my installation, but I used a Browse tool and checked the Input tool and they are both reading the data perfectly.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 10:31:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/118960#M222</guid>
      <dc:creator>cmcclellan</dc:creator>
      <dc:date>2018-01-23T10:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/118966#M223</link>
      <description>&lt;P&gt;SampleOutput is not a macro, it's C++ SDK example.&lt;/P&gt;&lt;P&gt;The problem is in the SDK class FieldBase. The&amp;nbsp;accessor methods to fetch a field value. E.g. GetAsWString() return the value from a previous record when they should return null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is nothing that I can see wrong with the SampleOutput code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;for (unsigned x=0; x&amp;lt;m_recordInfoIn.NumFields(); x++)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp; &amp;nbsp; const FieldBase* pField = m_recordInfoIn[x];&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp; &amp;nbsp; if (x &amp;gt; 0)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_outfile &amp;lt;&amp;lt; m_separator;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp; &amp;nbsp; TFieldVal&amp;lt;WStringVal&amp;gt; field = pField-&amp;gt;GetAsWString(pRecord);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp; &amp;nbsp; if (!field.bIsNull)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; m_outfile &amp;lt;&amp;lt; field.value.pValue;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="1 2 3 4 5 6 7"&gt;}&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's just that the FieldBase class is doing something wrong.&lt;/P&gt;&lt;P&gt;The Browse tool doesn't have this problem, so it is obviously doing something different, but using these FieldBase class methods is the only way for a Custom Component developer to access the field values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 10:52:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/118966#M223</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-01-23T10:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119711#M224</link>
      <description>&lt;P&gt;What does &lt;FONT face="courier new,courier"&gt;II_PushRecord&lt;/FONT&gt; look like on the SampleOutput tool?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 16:03:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119711#M224</guid>
      <dc:creator>MichaelCh</dc:creator>
      <dc:date>2018-01-24T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119713#M225</link>
      <description>&lt;P&gt;That's where the code above was taken from. Here's the whole method:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;long SampleOutputInterface::II_PushRecord(const RecordData * pRecord)
{
    // Our input is providing us with a new record to process.

    // If this is the first record, then we need to open (or create) the
    // file, then write the field names as the first record.
    if (!m_outfile.is_open())
    {
        m_outfile.open(ConvertToAString(m_strFilename));
        if (!m_outfile.is_open())
            throw Error(L"Cannot open the specified file for writing");

        // Write the field headers.
        for (unsigned x=0; x&amp;lt;m_recordInfoIn.NumFields(); x++)
        {
            const FieldBase* pField = m_recordInfoIn[x];
            if (x &amp;gt; 0)
                m_outfile &amp;lt;&amp;lt; m_separator;
            m_outfile &amp;lt;&amp;lt; pField-&amp;gt;GetFieldName().c_str();
        }
        m_outfile &amp;lt;&amp;lt; L"\n";
    }

    // Write the record.
    for (unsigned x=0; x&amp;lt;m_recordInfoIn.NumFields(); x++)
    {
        const FieldBase* pField = m_recordInfoIn[x];
        if (x &amp;gt; 0)
            m_outfile &amp;lt;&amp;lt; m_separator;
        TFieldVal&amp;lt;WStringVal&amp;gt; field = pField-&amp;gt;GetAsWString(pRecord);
        if (!field.bIsNull)
            m_outfile &amp;lt;&amp;lt; field.value.pValue;
    }
    m_outfile &amp;lt;&amp;lt; L"\n";

    // Return 1 to signify that we processed the incoming record properly.
    return 1;
}&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jan 2018 16:07:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119713#M225</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-01-24T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119750#M228</link>
      <description>&lt;P&gt;There's something fishy going on here, but, like yourself, I can't tell what it is. My suggestion would be to debug it and see what the values are at each step of that for loop and go from there--maybe you'll figure it out, but if not you'll be able to narrow the problem down to something more specific.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:25:00 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119750#M228</guid>
      <dc:creator>MichaelCh</dc:creator>
      <dc:date>2018-01-24T17:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119793#M229</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/125"&gt;@Ned&lt;/a&gt;and I looked into this a little bit more. We both feel like there must be something else going on here, but I did come away with one idea. What happens if you replace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        if (!field.bIsNull)
            m_outfile &amp;lt;&amp;lt; field.value.pValue;&lt;/PRE&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        if (!field.bIsNull)
            m_outfile.write(field.value.pValue, field.value.nLength);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 18:24:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119793#M229</guid>
      <dc:creator>MichaelCh</dc:creator>
      <dc:date>2018-01-24T18:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119872#M233</link>
      <description>&lt;P&gt;I'm probably stating the bleedingly obvious here and I don't know C++ at all, so can't offer some code suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT .... the problem is basically that the old values are being "carried over" to the next record.&amp;nbsp; I can't see the code that wipes out the values for the previous record before loading in the values for the next record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would the solution be as simple as adding some code that simply loops through all the fields and clears them before adding the new values in ?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:07:43 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119872#M233</guid>
      <dc:creator>cmcclellan</dc:creator>
      <dc:date>2018-01-24T21:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119894#M234</link>
      <description>&lt;P&gt;The API for the record classes in the C++ SDK is a little odd. The fields are being used to pull data out of the &lt;FONT face="courier new,courier"&gt;pRecord&lt;/FONT&gt;, which represents the data passed in from the upstream field. So it doesn't need to be reset in the tool because the upstream tool has already passed new data in. The problem here looks like some kind of caching issue in the &lt;FONT face="courier new,courier"&gt;FieldBase&lt;/FONT&gt; object. My suspicion (as implied by my last post) is that the string returned from &lt;FONT face="courier new,courier"&gt;GetAsWString&lt;/FONT&gt; is somehow not being null-terminated correctly, but that the length is still correct. If that's not it, I'm not sure what's going on.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 21:31:07 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/119894#M234</guid>
      <dc:creator>MichaelCh</dc:creator>
      <dc:date>2018-01-24T21:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120112#M235</link>
      <description>&lt;P&gt;Thanks for your help guys.&lt;/P&gt;&lt;P&gt;I have stepped through the SampleOutput code but can't find any way to detect that the&amp;nbsp;value being returned is bogus.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the documentation for FieldBase there is a method called GetNull():&lt;/P&gt;&lt;P&gt;"This function determines whether the field's value in the specified RecordData structure is NULL."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I changed the SampleOutput code to use this but it doesn't make any difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;        if (!pField-&amp;gt;GetNull(pRecord))
        {
            TFieldVal&amp;lt;WStringVal&amp;gt; field = pField-&amp;gt;GetAsWString(pRecord);
            if (!field.bIsNull)
                m_outfile &amp;lt;&amp;lt; field.value.pValue;
        }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Edit: I thought I'd found the solution here, but actually I'd already tried this back in September)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:49:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120112#M235</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-01-25T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120117#M236</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesn't help either:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;m_outfile.write(field.value.pValue, field.value.nLength);&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my own component I'm already testing everything available:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;    if (!pField-&amp;gt;GetNull(pRecord))
    {
        // Get the field value
        TFieldVal&amp;lt;WStringVal&amp;gt; fieldVal = pField-&amp;gt;GetAsWString(pRecord);

        if (!fieldVal.bIsNull &amp;amp;&amp;amp; fieldVal.value.nLength &amp;gt; 0)&lt;/PRE&gt;&lt;P&gt;None of it helps :(&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:50:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120117#M236</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-01-25T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120369#M238</link>
      <description>&lt;P&gt;This looks like a bug in the SDK. I've made &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3529"&gt;@TashaA&lt;/a&gt; aware of it and she is looking into it.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:30:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120369#M238</guid>
      <dc:creator>MichaelCh</dc:creator>
      <dc:date>2018-01-25T16:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120370#M239</link>
      <description>&lt;P&gt;Thanks. Good luck,&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3529"&gt;@TashaA&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:32:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/120370#M239</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-01-25T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/143959#M294</link>
      <description>&lt;P&gt;Any progress on this?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Mar 2018 15:33:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/143959#M294</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-03-12T15:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/146402#M298</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3529"&gt;@TashaA&lt;/a&gt;, at first we thought this problem only affected&amp;nbsp;data from CSV input files with quoted fields, but we are now seeing it in other circumstances.&lt;/P&gt;&lt;P&gt;We saw it today occur between&amp;nbsp;the output of one of our components and the input of the next.&lt;/P&gt;&lt;P&gt;Upstream the source data was from a tab delimited file without quoted fields.&lt;/P&gt;&lt;P&gt;The problem seems to go away if I switched the input file from Latin1 to UTF-8.&lt;/P&gt;&lt;P&gt;Any news on when we can get a version of the SDK with this bug fixed?&lt;/P&gt;&lt;P&gt;Ta.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:19:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/146402#M298</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-03-20T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/146516#M299</link>
      <description>&lt;P&gt;Thanks for the additional information&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14698"&gt;@360Andy&lt;/a&gt;. At this time, I do not have an estimated time for a fix. I will be working with our groups here to see if we can provide any additional troubleshooting or work-around steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sorry you are experiencing trouble with this, feel free to continue to share any additional items you notice as you have done today.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Tasha&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 17:44:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/146516#M299</guid>
      <dc:creator>TashaA</dc:creator>
      <dc:date>2018-03-20T17:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/167313#M415</link>
      <description>&lt;P&gt;.@TashaA, Any news on this? Our&amp;nbsp;sales people keep running up against this problem with prospects and it is very embarrassing for them as it looks like a problem with our component. It is such a severe problem that it destroys any confidence in us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 May 2018 07:49:33 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/167313#M415</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-05-30T07:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/172808#M421</link>
      <description>&lt;P&gt;Greetings&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14698"&gt;@360Andy&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Some news on this front. Good news-we have validated the bug, the not-so-good news-we do not have an immediate remedy for this. I will keep this thread and you posted when we know that we have a fix planned for release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Tasha&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 16:41:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/172808#M421</guid>
      <dc:creator>TashaA</dc:creator>
      <dc:date>2018-06-13T16:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/303639#M630</link>
      <description>&lt;P&gt;Any update on this? Is there any sort of workaround I can use?&lt;/P&gt;&lt;P&gt;This is constantly causing problems.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 14:35:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/303639#M630</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-09-19T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bug with CSV files containing quoted fields</title>
      <link>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/327731#M701</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3529"&gt;@TashaA&lt;/a&gt;, any news?&lt;/P&gt;&lt;P&gt;I see the is a new release 2018.4.&lt;/P&gt;&lt;P&gt;My fingers are crossed ;)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 14:46:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/Bug-with-CSV-files-containing-quoted-fields/m-p/327731#M701</guid>
      <dc:creator>360Andy</dc:creator>
      <dc:date>2018-11-14T14:46:18Z</dc:date>
    </item>
  </channel>
</rss>

