CSVFill
This Flow Script tutorial explains how to use the CSVFill function with examples.
Last updated
Was this helpful?
This Flow Script tutorial explains how to use the CSVFill function with examples.
Last updated
Was this helpful?
Was this helpful?
let prototype = table(name, lastName, age);
let result = CSVFill(prototype, csvData, ";");
// the 'result' variable will be a table containing the data from the CSV block