<?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: Automation doesn't create a csv-file in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/m-p/2536950#M6309</link>
    <description>&lt;P&gt;Likely your flow &lt;EM&gt;is&lt;/EM&gt; running, but the CSV never gets written because of how the last block is configured.&lt;/P&gt;&lt;P&gt;A few things to double-check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;In &lt;STRONG&gt;Create data file in space&lt;/STRONG&gt;, make sure you’ve set:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;the correct &lt;STRONG&gt;space&lt;/STRONG&gt; and &lt;STRONG&gt;folder path&lt;/STRONG&gt; (e.g. Audit/filename.csv, not just the space), and&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;file content&lt;/STRONG&gt; to an actual CSV string (often built by looping over myRows and joining with line breaks). (&lt;A title="Automation doesn't create a csv-file - Qlik Community - 2535243" href="https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/td-p/2535243?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;Qlik Community&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Confirm the &lt;STRONG&gt;If&lt;/STRONG&gt; condition really detects “file not found” (i.e. you’re testing for an empty list, not for null or some other value). (&lt;A title="Automation doesn't create a csv-file - Qlik Community - 2535243" href="https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/td-p/2535243?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;Qlik Community&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check the &lt;STRONG&gt;automation run log&lt;/STRONG&gt; – if the last block errors (bad path, no content, wrong space), the run will show as succeeded but the file step may be skipped.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If those three look good, try simplifying the flow to just “Create data file in space” with a hard-coded CSV string and see if that shows up in the expected folder – then plug your dynamic myRows content back in.&lt;/P&gt;</description>
    <pubDate>Sun, 23 Nov 2025 07:53:27 GMT</pubDate>
    <dc:creator>nevopotokcloudinary</dc:creator>
    <dc:date>2025-11-23T07:53:27Z</dc:date>
    <item>
      <title>Automation doesn't create a csv-file</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/m-p/2535243#M6277</link>
      <description>&lt;P&gt;I am trying to use Qlik automation to check whether a CSV file exists in a specific space and folder.If the file does not exist, the automation should create one with specific content. For some reason, this automation does not create a CSV file even though it should—the file is not where it is expected to be.&lt;/P&gt;&lt;P&gt;Does anyone have any idea why this is happening?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the entire workflow :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thomas_Rieck_MW_2-1762264762191.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184743iBAB8F2663B49C27B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thomas_Rieck_MW_2-1762264762191.png" alt="Thomas_Rieck_MW_2-1762264762191.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;List Data Files From Space:&lt;/P&gt;&lt;P&gt;It should just search for a certain file in folder “Audit”.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thomas_Rieck_MW_3-1762264762196.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184745i12756FC1B98D1F3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thomas_Rieck_MW_3-1762264762196.png" alt="Thomas_Rieck_MW_3-1762264762196.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If condition block :&lt;/P&gt;&lt;P&gt;Checks just if the filelist is empty …&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thomas_Rieck_MW_4-1762264762198.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184744iFAF63299D0A04EEC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thomas_Rieck_MW_4-1762264762198.png" alt="Thomas_Rieck_MW_4-1762264762198.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;The variable blocks are just giving me a Textstring saying file found or file not found.&lt;/P&gt;&lt;P&gt;The vairiable block myRows (list):&lt;/P&gt;&lt;P&gt;Prepares some data for the csv fiole that should be created if its not already there.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thomas_Rieck_MW_5-1762264762200.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184746i1461B90F31D6EE43/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thomas_Rieck_MW_5-1762264762200.png" alt="Thomas_Rieck_MW_5-1762264762200.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;Create Data File in Space:&lt;/P&gt;&lt;P&gt;This block creates the file in a specific folder …&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thomas_Rieck_MW_6-1762264762203.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184747i30D257714FC2F030/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thomas_Rieck_MW_6-1762264762203.png" alt="Thomas_Rieck_MW_6-1762264762203.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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 14:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/m-p/2535243#M6277</guid>
      <dc:creator>Thomas_Rieck_MW</dc:creator>
      <dc:date>2025-11-04T14:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Automation doesn't create a csv-file</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/m-p/2536950#M6309</link>
      <description>&lt;P&gt;Likely your flow &lt;EM&gt;is&lt;/EM&gt; running, but the CSV never gets written because of how the last block is configured.&lt;/P&gt;&lt;P&gt;A few things to double-check:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;In &lt;STRONG&gt;Create data file in space&lt;/STRONG&gt;, make sure you’ve set:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;the correct &lt;STRONG&gt;space&lt;/STRONG&gt; and &lt;STRONG&gt;folder path&lt;/STRONG&gt; (e.g. Audit/filename.csv, not just the space), and&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;file content&lt;/STRONG&gt; to an actual CSV string (often built by looping over myRows and joining with line breaks). (&lt;A title="Automation doesn't create a csv-file - Qlik Community - 2535243" href="https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/td-p/2535243?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;Qlik Community&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Confirm the &lt;STRONG&gt;If&lt;/STRONG&gt; condition really detects “file not found” (i.e. you’re testing for an empty list, not for null or some other value). (&lt;A title="Automation doesn't create a csv-file - Qlik Community - 2535243" href="https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/td-p/2535243?utm_source=chatgpt.com" target="_blank" rel="noopener"&gt;Qlik Community&lt;/A&gt;)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Check the &lt;STRONG&gt;automation run log&lt;/STRONG&gt; – if the last block errors (bad path, no content, wrong space), the run will show as succeeded but the file step may be skipped.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If those three look good, try simplifying the flow to just “Create data file in space” with a hard-coded CSV string and see if that shows up in the expected folder – then plug your dynamic myRows content back in.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Nov 2025 07:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/Automation-doesn-t-create-a-csv-file/m-p/2536950#M6309</guid>
      <dc:creator>nevopotokcloudinary</dc:creator>
      <dc:date>2025-11-23T07:53:27Z</dc:date>
    </item>
  </channel>
</rss>

