Is it possible to use arrays as static parameters in F# type providers? -


i want create type provider static parameter array. thought might work if array of primitive type (int, string etc), seems not work.

as motivating use-case, would, example, allow specifying header names when using csv type provider .csv files without header row.

only primitive types can used type provider parameters. current json type provider gets around using comma separated list of parameters string.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

python - GitPython: check if git is available -

How to merge four videos on one screen with ffmpeg -