Skip to content

Commit d164805

Browse files
committed
Updating README to fix #1
Fixing example issue that was found
1 parent f1b161f commit d164805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var documents = [
4646
{
4747
Make: 'Nissan',
4848
Model: 'Murano',
49-
Year: '2013'
49+
Year: '2013',
5050
Specifications: {
5151
Mileage: '7106',
5252
Trim: 'S AWD'
@@ -151,4 +151,4 @@ __Yes.__ Currently, changing the order of the keys in the JSON document will als
151151
## TODO
152152
- Use PARSE_CSV_NUMBERS option to actually convert numbers. Not currently implemented.
153153
- Respect nested arrays when in json2csv - Currently flattens them
154-
- If quotes in CSV header, strip them? Add as an option?
154+
- If quotes in CSV header, strip them? Add as an option?

0 commit comments

Comments
 (0)