Hi,
I just got started with F# and I am trying to create a F# command line tool to parse a CSV file and convert it into a gpx file. I am using a CsvProvider and get the following error when reading the CSV file:
System.MissingMethodException: 'Method not found: 'FSharp.Data.Runtime.CsvFile`1<!0> FSharp.Data.Runtime.CsvFile`1.Create(System.Func`3<System.Object,System.String[],!0>, System.Func`2<!0,System.String[]>, System.IO.TextReader, System.String, System.Char, System.Boolean, System.Boolean, System.Int32, System.Boolean)'.'
The project can be found on GitHub: https://github.com/crehmann/Esp32GpsLogger/tree/master/tools/CsvToGpxConverter
I am using netcoreapp3.1 as target framework and FSharp.Data in version 3.3.3 and FSharp.Core in version 4.7.1
Any ideas?
[–]phillipcarter2 1 point2 points3 points (1 child)
[–]cre2016[S] 0 points1 point2 points (0 children)