<?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: Upload CSV Error Code: incorrect number of columns in CRM</title>
    <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252003#M112265</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86184"&gt;@Nagazzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's going to be messy but... if you open the CSV file in something other than Excel you need to be able to see the exact number of columns - separated by commas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're doing in HubSpot sounds correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically we find the CSV file is the issue. It even varies from Mac to PC, Excel to Google Sheets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, you may want to check your file to see there are any empty rows after your data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using our example from before:&lt;/P&gt;&lt;PRE&gt;Heading 1, Heading 1, Heading 3
Value 1,,&amp;nbsp;
Value 2,,
Value 3,,&amp;nbsp;
,&lt;/PRE&gt;&lt;P&gt;That last row, with just a single comma, can throw out the CSV file because the importer can only see 2 empty columns in row 4.&lt;BR /&gt;&lt;BR /&gt;In Excel, or Google Sheets, your spreadseet will seem normal.&lt;BR /&gt;&lt;BR /&gt;It's worth doing a sanity check by opening your CSV with a text editor like Notepad (PC) or TextEdit (Mac). Do &lt;STRONG&gt;NOT&lt;/STRONG&gt; try and check it in Microsoft Word - it will try and help you and make things worse.&lt;BR /&gt;&lt;BR /&gt;Let me know how you get on...&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p.s. in answer to your questions you don't need to add any commas in your spreadsheet. This is only visible in the CSV file.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Feb 2019 00:36:59 GMT</pubDate>
    <dc:creator>Mike_Eastwood</dc:creator>
    <dc:date>2019-02-11T00:36:59Z</dc:date>
    <item>
      <title>Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/251998#M112262</link>
      <description>&lt;P&gt;Hello all, when uploading a csv file I always get one error. The incorrect number of columns: Header (35) and Row (24) sizes don't match. The header or column that is listed in the download file always has an a problem with the very last column in my spread sheet, and it does have a name, and each row does have a value. Since this is a new upload every row value (the word: new) is the same for each row.&lt;BR /&gt;&lt;BR /&gt;I've also tried deleting the last column and that data for each row under that column, but then I get another error in the last column.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CSV image 1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/14772i8CBA55603834EA30/image-size/large?v=v2&amp;amp;px=999" role="button" title="CSV image 1.PNG" alt="CSV image 1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CSV image 2.PNG" style="width: 404px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/14773iC60F53ABBA556449/image-size/large?v=v2&amp;amp;px=999" role="button" title="CSV image 2.PNG" alt="CSV image 2.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CSV image 3.PNG" style="width: 545px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/14774i7EE0F143906EF5E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="CSV image 3.PNG" alt="CSV image 3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Feb 2019 22:53:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/251998#M112262</guid>
      <dc:creator>Nagazzi</dc:creator>
      <dc:date>2019-02-10T22:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252000#M112263</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86184"&gt;@Nagazzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Usually that error is from the CSV file &lt;STRONG&gt;not&lt;/STRONG&gt; having empty columns included in the rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if you had 3 headings you would need to have at least 2 commas per row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;Heading 1, Heading 1, Heading 3&lt;BR /&gt;&lt;/STRONG&gt;Value 1,,&amp;nbsp;
Value 2,,
Value 3,,&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;Note the additonal commas after Value 1 which show column 2 and 3 are empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or, you could remove the extra headers (on the right) that don't have any data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternately you could try uploading the file as Microsoft Excel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did that work?&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 00:32:21 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252000#M112263</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2019-02-11T00:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252002#M112264</link>
      <description>&lt;P&gt;I'm sure you had a good look at the screen shots of my csv, that is the entire spreadsheet. I did not leave out any columns or rows (the entire sheet is 35x24). I only redacted the data in the sheet. There are some cells which do not have any values in columns AB, AD, AE, AG, and AH. As per your example do I need to fill those empty cells with two commas each? I think I'm misundertanding you here.&lt;BR /&gt;&lt;BR /&gt;When I'm uploading my csv the next step in the process is to map the columns to the contact properties. At the bottom of that screen there is a check box that says: don't import data in unmatched columns, would this also take care of a column with some cells that are blank? I know I'm not understanding this properly.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 00:25:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252002#M112264</guid>
      <dc:creator>Nagazzi</dc:creator>
      <dc:date>2019-02-11T00:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252003#M112265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86184"&gt;@Nagazzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's going to be messy but... if you open the CSV file in something other than Excel you need to be able to see the exact number of columns - separated by commas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're doing in HubSpot sounds correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically we find the CSV file is the issue. It even varies from Mac to PC, Excel to Google Sheets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, you may want to check your file to see there are any empty rows after your data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using our example from before:&lt;/P&gt;&lt;PRE&gt;Heading 1, Heading 1, Heading 3
Value 1,,&amp;nbsp;
Value 2,,
Value 3,,&amp;nbsp;
,&lt;/PRE&gt;&lt;P&gt;That last row, with just a single comma, can throw out the CSV file because the importer can only see 2 empty columns in row 4.&lt;BR /&gt;&lt;BR /&gt;In Excel, or Google Sheets, your spreadseet will seem normal.&lt;BR /&gt;&lt;BR /&gt;It's worth doing a sanity check by opening your CSV with a text editor like Notepad (PC) or TextEdit (Mac). Do &lt;STRONG&gt;NOT&lt;/STRONG&gt; try and check it in Microsoft Word - it will try and help you and make things worse.&lt;BR /&gt;&lt;BR /&gt;Let me know how you get on...&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;p.s. in answer to your questions you don't need to add any commas in your spreadsheet. This is only visible in the CSV file.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 00:36:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252003#M112265</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2019-02-11T00:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252027#M112266</link>
      <description>&lt;P&gt;Thank you for your reply Mike.&lt;BR /&gt;&lt;BR /&gt;I will look into it and report back the findings. Peace.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:43:49 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/252027#M112266</guid>
      <dc:creator>Nagazzi</dc:creator>
      <dc:date>2019-02-11T06:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253241#M112375</link>
      <description>&lt;P&gt;Hello again Mike, sorry about the late response, work has been kicking my butt lately. I did open the csv in notepad and all the columns at the top only have one comma separating them. Sometimes there are spaces after a comma, but I doubt that would have an effect. The very last column doesn't have a comma at the end.&lt;BR /&gt;&lt;BR /&gt;When looking at the data in the rows I sometimes see two commas for (row) entries in the last column but I also see them with one comma. I assume these are a problem?&lt;BR /&gt;&lt;BR /&gt;The very last column and row do not have any comma at the very end, just two commas before the data.&lt;BR /&gt;&lt;BR /&gt;If it's allowed I can perhaps provide a dropbox or google drive link to my csv, if I can send you a private message.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 22:01:12 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253241#M112375</guid>
      <dc:creator>Nagazzi</dc:creator>
      <dc:date>2019-02-14T22:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253270#M112377</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/86184"&gt;@Nagazzi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy to have a look at your file as a sanity check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will see if you can send me a files as a private message - if not I will send you my email address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More soon&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 00:51:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253270#M112377</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2019-02-15T00:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253547#M112387</link>
      <description>&lt;P&gt;Will do Mike. I should also mention what exactly happens with the file. First, it is created as an excel, then it is converted into a google sheet, then downloaded as a CSV, and finally uploaded to hubspot.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 20:41:56 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253547#M112387</guid>
      <dc:creator>Nagazzi</dc:creator>
      <dc:date>2019-02-15T20:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253582#M112389</link>
      <description>&lt;P&gt;We found the issue(s) - some spreadsheets don't automatically save the CSV (Comma Separated Values) file with quote marks around text cells... and if a text cell contains any commas then the import will fail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, here's a simple CSV (not Excel) file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;Column 1, Column 2, Column 3&lt;/STRONG&gt;

1, Line of text, GOOD

2, Another, line of text, BAD

3, Yet another line of text, GOOD&lt;/PRE&gt;&lt;P&gt;Apart from the incorrect use of a comma Row 2 will fail. The importer assumes there's 4 columns of data because it's "Comma Separated" and our header only has 3 columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, to solve this wrap your text in Quotes like this:&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;Column 1, Column 2, Column 3&lt;/STRONG&gt;

1, "Line of text", GOOD

2, "Another, line of text", GOOD

3, "Yet another line of text", GOOD&lt;/PRE&gt;&lt;P&gt;The Quotes make Row 2 into 3 columns as intended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Warning&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If your text contains quotes the you will need to "escape them" or change them to something else.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;"This has &lt;STRONG&gt;"&lt;/STRONG&gt;quote marks&lt;STRONG&gt;"&lt;/STRONG&gt; in the data"&lt;/FONT&gt; will &lt;STRONG&gt;fail&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;"This has &lt;STRONG&gt;\"&lt;/STRONG&gt;quote marks&lt;STRONG&gt;\"&lt;/STRONG&gt; in the data"&lt;/FONT&gt; will work (quote marks escaped)&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#0000FF"&gt;"This has &lt;STRONG&gt;'&lt;/STRONG&gt;quote marks&lt;STRONG&gt;'&lt;/STRONG&gt; in the data"&lt;/FONT&gt; will work (single quotes used instead of double quotes)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Important&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The examples above look at the CSV file - not in Excel (or other spreadsheet). We're looking at the raw data using a plain text editor NOT a spreadsheet and NOT Microsoft Word.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How you can check your data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Open the CSV file with Notepad (PC) or TextEdit (Mac). You should see the quotes around your text if there are commas in the text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Double check your data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once you've imported your data&amp;nbsp; make sure you check it HubSpot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Error Log is your friend&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If you import your data and you get errors download the error file - the instructions are helpful to find what went wrong and you can fix it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have fun... even though I know it's not&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 22:57:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/253582#M112389</guid>
      <dc:creator>Mike_Eastwood</dc:creator>
      <dc:date>2019-02-15T22:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/408174#M124913</link>
      <description>Hi am new to this, and have a dead line to fix 1,291 errors. Could you advise the best way I can do this??</description>
      <pubDate>Wed, 10 Feb 2021 22:18:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/408174#M124913</guid>
      <dc:creator>SSkriavek</dc:creator>
      <dc:date>2021-02-10T22:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/408175#M124914</link>
      <description>Guys looking at my error log, I don't know where to start, I have a learning disability. And have a deadline to get this 1,291 errors fix. Can some please advise me on this thanks</description>
      <pubDate>Wed, 10 Feb 2021 22:20:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/408175#M124914</guid>
      <dc:creator>SSkriavek</dc:creator>
      <dc:date>2021-02-10T22:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/408609#M124931</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/165956"&gt;@SSkriavek&lt;/a&gt;, would love to guide you and provide more details on how to fix those errors,&amp;nbsp;&amp;nbsp;could you please provide us more details? The more information, screenshots, and details you can provide, the better I can advise on the next steps.&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Pam&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 22:25:11 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/408609#M124931</guid>
      <dc:creator>PamCotton</dc:creator>
      <dc:date>2021-02-11T22:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upload CSV Error Code: incorrect number of columns</title>
      <link>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/472121#M128216</link>
      <description>&lt;P&gt;I'm the OP on this thread, and admittedly I haven't used HS much since this post, that being said I do need to use it again, and I think I'm having the same issue I was having back in Feb 2019. Going through this thread and reading my old emails I've been able to open my .csv file with notepad but I don't know how to spot the errors. Specifically, how the commas separate the columns.&lt;BR /&gt;&lt;BR /&gt;Can I get some help with this again?&lt;BR /&gt;&lt;BR /&gt;Many thanks....Nagazzi&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 05:07:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM/Upload-CSV-Error-Code-incorrect-number-of-columns/m-p/472121#M128216</guid>
      <dc:creator>Nagazzi</dc:creator>
      <dc:date>2021-08-04T05:07:28Z</dc:date>
    </item>
  </channel>
</rss>

