Skip to content

Commit 7e71ee7

Browse files
committed
docs: remove old wiki links
1 parent 37bd07d commit 7e71ee7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ or
4141
```javascript
4242
import { json2csv } from 'json-2-csv';
4343
```
44-
Looking for examples? Check out the Wiki: [json-2-csv Wiki](https://github.com/mrodrig/json-2-csv/wiki)
4544

4645
### API
4746

@@ -165,8 +164,6 @@ Returns the CSV `string` or rejects with an `Error` if there was an issue.
165164
* Default: `false`
166165

167166

168-
For examples, please refer to the [json2csv API Documentation (Link)](https://github.com/mrodrig/json-2-csv/wiki/json2csv-Documentation)
169-
170167
#### `csv2json(csv, options)` => object[]
171168

172169
Returns the JSON object array (`object[]`) or rejects with an `Error` if there was an issue.
@@ -197,8 +194,6 @@ Returns the JSON object array (`object[]`) or rejects with an `Error` if there w
197194
* `trimFieldValues` - Boolean - Should the field values be trimmed?
198195
* Default: `false`
199196

200-
For examples, please refer to the [csv2json API Documentation (Link)](https://github.com/mrodrig/json-2-csv/wiki/csv2json-Documentation)
201-
202197
### CLI
203198
Note: As of `3.5.8`, the command line interface functionality has been pulled out to a separate package. Please be sure to
204199
install the `@mrodrig/json-2-csv-cli` NPM package if you wish to use the CLI functionality shown below:
@@ -258,9 +253,6 @@ To see test coverage, please run:
258253
$ npm run coverage
259254
```
260255

261-
## Frequently Asked Questions (FAQ)
262-
Please find the updated list (relocated to the Wiki) here: [Frequently Asked Questions (Link)](https://github.com/mrodrig/json-2-csv/wiki/FAQ)
263-
264256
## Features
265257
* Header Generation (per document keys)
266258
* Allows for conversion of specific keys in both json2csv and csv2json via the options.keys parameter (as of 1.1.2)

0 commit comments

Comments
 (0)