.ExternData.Types.ExternCSVFile.constructor

Information

Parse CSV file

Interface

function constructor
  extends Modelica.Icons.Function;
  input String fileName "File name";
  input String delimiter = "," "Column delimiter character";
  input String quotation = "\"" "Quotation character";
  input Integer nHeaderLines = 0 "Number of header lines to ignore";
  input Boolean verboseRead = true "= true, if info message that file is loading is to be printed";
  output ExternCSVFile csv "External CSV file object";
end constructor;

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos