<?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: PARDOT CONNECTION USING API REST in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353884#M119982</link>
    <description>&lt;P&gt;Hello @Ayari Hanene​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Seems the problem is that tREST can't find the filename path, could you please provide the whole absolute file path for the filename in the requestBody like:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;filename=\"C:/test/pardot_prospect_insert_2.csv\"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2023 02:49:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-19T02:49:00Z</dc:date>
    <item>
      <title>PARDOT CONNECTION USING API REST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353883#M119981</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;I am trying to upload a file into pardot , I was able to do it using API with insomnia. &lt;/P&gt;&lt;P&gt;Screenshot 2023-07-18 at 15.17.02.png &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to reproduce same step with Talend using trest component with in http body : &lt;/P&gt;&amp;nbsp;&lt;P&gt;String requestBody =&lt;/P&gt;&lt;P&gt;"--BOUNDARY\r\n"&lt;/P&gt; +&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;"Content-Disposition: form-data; name=\"file\"; filename=\"pardot_prospect_insert_2.csv\"\r\n"&lt;P&gt; +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;"Content-Type: text/csv\r\n"&lt;P&gt; +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;"TECH_Contact_ID_18__c,campaignId,email,zKPI_b2c_rating_total__c\r\n"&lt;P&gt; +&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;"0031v00002HgLA8AAN,111111,xxxxxx@gmail.com,30\r\n"&lt;P&gt; +&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"--BOUNDARY--"&lt;/P&gt;;&lt;P&gt;and header &lt;/P&gt;&lt;P&gt;Screenshot 2023-07-18 at 15.19.37.png&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still have the error &lt;/P&gt;:"No file was specified or uploaded" due to an error of syntax based on the api documentation. Any clue how to solve this issue please ?</description>
      <pubDate>Fri, 15 Nov 2024 21:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353883#M119981</guid>
      <dc:creator>AyariHanene1</dc:creator>
      <dc:date>2024-11-15T21:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: PARDOT CONNECTION USING API REST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353884#M119982</link>
      <description>&lt;P&gt;Hello @Ayari Hanene​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Seems the problem is that tREST can't find the filename path, could you please provide the whole absolute file path for the filename in the requestBody like:&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;filename=\"C:/test/pardot_prospect_insert_2.csv\"&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Aiming&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 02:49:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353884#M119982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-19T02:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: PARDOT CONNECTION USING API REST</title>
      <link>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353885#M119983</link>
      <description>&lt;P&gt;Thank you for your reply ! it's always KO.&lt;/P&gt;&lt;P&gt;Actually with insomnia the file content is appended to the body of the rest request, I guess the problem should be in the syntax.&lt;/P&gt;&lt;P&gt;"TECH_Contact_ID_18__c,campaignId,email,zKPI_b2c_rating_total__c"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"0031v00002HgLA8AAN,111111,xxxxxx@gmail.com,30\r\n"&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 07:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/PARDOT-CONNECTION-USING-API-REST/m-p/2353885#M119983</guid>
      <dc:creator>AyariHanene1</dc:creator>
      <dc:date>2023-07-19T07:36:36Z</dc:date>
    </item>
  </channel>
</rss>

