We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffa13e commit 91c657eCopy full SHA for 91c657e
index.d.ts
@@ -6,9 +6,17 @@ declare module 'convert-csv-to-json' {
6
formatValueByType(active: boolean): this;
7
8
/**
9
- *
+ * Removes any whitespaces in the header field
10
+ * @defaultValue `false`
11
+ */
12
+ trimHeaderFieldWhiteSpace(active: boolean): this;
13
+
14
+ /**
15
+ * Makes parser aware of quoted fields
16
17
*/
18
supportQuotedField(active: boolean): this;
19
20
21
* Defines the field delimiter which will be used to split the fields
22
0 commit comments