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 2e0d5ca commit ecf85f6Copy full SHA for ecf85f6
README.md
@@ -179,7 +179,7 @@ The content of the field header is cut off at the beginning and end of the strin
179
Use the method *trimHeaderFieldWhiteSpace(true)* to remove the whitespaces in an header field (E.g. " Last Name " -> "LastName"):
180
181
```js
182
- csvToJson.rimHeaderFieldWhiteSpace(true)
+ csvToJson.trimHeaderFieldWhiteSpace(true)
183
.getJsonFromCsv(fileInputName);
184
```
185
@@ -352,4 +352,4 @@ CSVtoJSON is licensed under the GNU General Public License v3.0 [License](LICENS
352
## Buy me a Coffee
353
Just if you want to support this repository:
354
* **BTC** tip address:
355
-37vdjQhbaR7k7XzhMKWzMcnqUxfw1njBNk
+37vdjQhbaR7k7XzhMKWzMcnqUxfw1njBNk
0 commit comments