Optionaldelimiter?: stringDelimiter used in the CSV data (default: ",")
Optionalheaders?: string[] | nullOptional array of headers, if the data does not contain a header row. If not provided, the first row of the CSV data will be used as headers.
OptionalhttpHeaders?: Record<string, string>OptionalidColumn?: stringColumn name to use as the feature ID (default: "id")
CSV data as a string or URL to fetch the CSV data from