<?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: CSV Formatting Challenge in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8072#M3389</link>
    <description>&lt;P&gt;I was looking at it for so long that the commas and plus signs were floating!! Thanks for the sanity check&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2024 15:49:56 GMT</pubDate>
    <dc:creator>spencerstone</dc:creator>
    <dc:date>2024-10-21T15:49:56Z</dc:date>
    <item>
      <title>CSV Formatting Challenge</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/7994#M3348</link>
      <description>&lt;P&gt;Hey all - I need to compose a CSV in Workato that I am not sure is possible, here is my criteria (screenshot below):&amp;nbsp;&lt;/P&gt;&lt;P&gt;Row 1&amp;nbsp;&lt;EM&gt;has to be&amp;nbsp;&lt;/EM&gt;as follows:&amp;nbsp;EmployeeManagerImport,,,,,,&lt;/P&gt;&lt;P&gt;Row 2&amp;nbsp;&lt;EM&gt;has to be&amp;nbsp;&lt;/EM&gt;as follows:&amp;nbsp; H,EmployeeManager,EmployeeManager,EmployeeXRefCode,ManagerXRefCode,EffectiveStart,EffectiveEnd&lt;/P&gt;&lt;P&gt;Row 3&amp;nbsp;&lt;EM&gt;has to be as&amp;nbsp;&lt;/EM&gt;follows:&amp;nbsp;D,EmployeeManager,EmployeeManager,{dataPillValue},{dataPillValue},{dataPillValue},{dataPillValue}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can imagine, row 1 is really where issues are being caused. Row 2 is effectively the header row, however I need the value in A1 and the subsequent blank cells in order to tell the system what action to perform.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1602iFF1AFEAB4F0D80B6/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Has anyone else run into a similar custom CSV formatting challenge like this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#automation #hrTech #SFTP&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 21:10:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/7994#M3348</guid>
      <dc:creator>spencerstone</dc:creator>
      <dc:date>2024-10-11T21:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Formatting Challenge</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/7996#M3349</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming you can make the CSV for rows 2 and onward without issue, all you need to do is add the header row -- like, literally "text add" the row to the beginning of the CSV.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Action 1 - Make your CSV using a CSV action or however you want. The output should be a data pill of text&lt;/LI&gt;&lt;LI&gt;Action 2 - Make a logger action, switch to formula mode, and do this:&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="ruby"&gt;"EmployeeManagerImport,,,,,,\n" + [CSV data pill]&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN&gt;The "\n" is just a line break so it doesn't merge with row 2.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just tested this and it works.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 21:44:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/7996#M3349</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2024-10-11T21:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Formatting Challenge</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8067#M3385</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp; Ah wonderful, this was exactly what I needed! This worked a charm, thank you. I have one related CSV puzzle I am working through that I was wondering if you had any insight on. I need my header row to remain static (XrefCode,EffectiveStart,Value,Employee_Id), that part is simple enough. However, I need the structure of the CSV to always have 4 rows, with the 4 values in Column A being static and the rest being dynamic. Sample desired CSV output attached below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-18 at 1.48.06 PM.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1625i8201C51747457090/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-10-18 at 1.48.06 PM.png" alt="Screenshot 2024-10-18 at 1.48.06 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I took what you presented before, using a Logger Action, and pretty much tried to simply build the CSV from scratch (below). That said, I am presented with the fact that the formula has errors. I am not sure where I went wrong here... Let me know if anything jumps out at you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-18 at 1.50.01 PM.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1626iA4C4E0D4DC2D02C4/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-10-18 at 1.50.01 PM.png" alt="Screenshot 2024-10-18 at 1.50.01 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2024 19:51:24 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8067#M3385</guid>
      <dc:creator>spencerstone</dc:creator>
      <dc:date>2024-10-18T19:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Formatting Challenge</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8069#M3386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11063"&gt;@spencerstone&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I could see Concatenation operator is missing at the last row. Here I am providing the screenshot for the same.&lt;BR /&gt;&lt;BR /&gt;Add "+" after the comma, it should work.&amp;nbsp; Please let me know if you need further information.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Community Question_CSV_1.png" style="width: 684px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1627i24425FFF4E712053/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Community Question_CSV_1.png" alt="Community Question_CSV_1.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara Avadhani&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 07:01:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8069#M3386</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2024-10-21T07:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: CSV Formatting Challenge</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8072#M3389</link>
      <description>&lt;P&gt;I was looking at it for so long that the commas and plus signs were floating!! Thanks for the sanity check&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2024 15:49:56 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/csv-formatting-challenge/m-p/8072#M3389</guid>
      <dc:creator>spencerstone</dc:creator>
      <dc:date>2024-10-21T15:49:56Z</dc:date>
    </item>
  </channel>
</rss>

