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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -