.KeyWordIO.readColsCSV

Information

Read number of columns from CSV file

Interface

function readColsCSV
  extends Modelica.Icons.Function;
  input String fileName "CSV file name" annotation(
    Dialog(loadSelector(filter = "Comma separated values (*.csv)", caption = "CSV data file")));
  input String delimiter = "\t" "Delimiter of CSV file";
  input Boolean cache = false "Read file before compiling, if true";
  output Integer col "Number of columns";
end readColsCSV;

Generated at 2024-11-20T19:25:51Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos