You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: input.fsx (1,11)-(1,76) typecheck error The type provider "ProviderImplementation.CsvProvider" reported an error: Cannot read sample CSV from 'C:\Temp\multiline.csv': Couldn't parse row 1 according to schema: Expected 2 columns, got 1
In the sample, one row of data occupies two lines of the file. InferRows pre-truncates file lines, not data rows:
multiline.csv:
Error:
In the sample, one row of data occupies two lines of the file. InferRows pre-truncates file lines, not data rows:
FSharp.Data/src/CommonProviderImplementation/Helpers.fs
Lines 249 to 261 in d5287e4
The text was updated successfully, but these errors were encountered: