<?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 This recipe is reading files from CSV, but when i insert new records in my csv, for each is not taking those new records and moving on to one step forward, its not reading my new records, I want each record to be worked individually, How to resolve this? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/this-recipe-is-reading-files-from-csv-but-when-i-insert-new/m-p/1991#M800</link>
    <description>&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Jan 2022 20:05:21 GMT</pubDate>
    <dc:creator>harendra</dc:creator>
    <dc:date>2022-01-03T20:05:21Z</dc:date>
    <item>
      <title>This recipe is reading files from CSV, but when i insert new records in my csv, for each is not taking those new records and moving on to one step forward, its not reading my new records, I want each record to be worked individually, How to resolve this?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/this-recipe-is-reading-files-from-csv-but-when-i-insert-new/m-p/1991#M800</link>
      <description>&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2022 20:05:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/this-recipe-is-reading-files-from-csv-but-when-i-insert-new/m-p/1991#M800</guid>
      <dc:creator>harendra</dc:creator>
      <dc:date>2022-01-03T20:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: This recipe is reading files from CSV, but when i insert new records in my csv, for each is not taking those new records and moving on to one step forward, its not reading my new records, I want each record to be worked individually, How to resolve this?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/this-recipe-is-reading-files-from-csv-but-when-i-insert-new/m-p/1992#M801</link>
      <description>&lt;P&gt;The “CSV by Workato” connector has two actions. Parse CSV Action with the CSV connector will let you parse an existing CSV into an Array that you can do things with, like iterate through in a for each (repeat action) loop. Compose CSV works the other way, it turns a list into a CSV. &lt;BR /&gt;&lt;BR /&gt;If want to take a CSV as input, process CSV rows in some manner and have a CSV as output, one method is:&lt;BR /&gt;&lt;BR /&gt;1. Create Variable List&lt;BR /&gt;2. Parse CSV&lt;BR /&gt;3. For each row in CSV, do whatever it is you want to do, then add to the end of variable list&lt;BR /&gt;4. Back outside of the for each loop, Compose CSV from list&lt;BR /&gt;&lt;BR /&gt;You could use the Lists Connector rather than the Variable connector to create the list. The List Connector is simpler. The advantage of the variable connector is you can add items to a list from multiple sources or manage the list in different for each loops.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 05:07:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/this-recipe-is-reading-files-from-csv-but-when-i-insert-new/m-p/1992#M801</guid>
      <dc:creator>jblanchett</dc:creator>
      <dc:date>2022-01-04T05:07:45Z</dc:date>
    </item>
  </channel>
</rss>

