Parses CSV data into structured data. Use this when a value in your flow holds comma-separated text, such as an exported product list or a file dropped on an SFTP server, and you want to work with each row and column as data you can map and transform. By default the first row is read as column headers, and each following row becomes one item using those headers as field names.