csv Read
fun SincMatrix.Companion.csvRead(filePath: String, separator: String = ",", headerInfo: List<String> = listOf(), dateFormat: String = "yyyy-MM-dd HH:mm:ss.SSS", bundleID: String? = null): SincMatrix
For example usage see SincMathsTests/SincMatrixIO.
Parameters
header Info
An array of column types. Following column types are allowed: d: Double t: Date which is then converted to double as time interval in seconds since 1970. If headerInfo is empty, no header row is assumed. Default date format: "yyyy-MM-dd HH:mm:ss.SSS"
bundle ID
A string identifier for the iOS bundle which contains the file.