CSV parsing functions

You can use the parsing functions to handle Comma-Separated Values (CSV) data and other delimited text data in process flow scripts. These are the functions available:
  • csvutils.parse(data): Used for standard CSV files that contain a header row.
  • csvutils.parseWithOptions(data, options): Used for advanced scenarios, such as Excel exports, tab-separated files, custom delimiters, or data without headers.