issues Search Results · repo:iuccio/csvToJson language:JavaScript
Filter by
26 results
(75 ms)26 results
iniuccio/csvToJson (press backspace or delete to remove)The CSV data might not include a header row; the first row would be data row.
enhancement
help wanted
J43fura
- 1
- Opened on Dec 20, 2024
- #69
Snyk reports that the GPL 3.0 license is non-permissive . This raises flags in codebases that use Snyk for security
scanning. (Including mine!) Unless there is a specific reason to use this license, would ...
timhettler
- Opened on May 20, 2024
- #62
There is a mismatch in the license you are using. The LICENSE file and README both show GPL-3.0. But the package.json
has ISC which leads to npmjs showing ISC.
Originally posted by @dbtds-stl in https://github.com/iuccio/csvToJson/discussions/60 ...
iuccio
- Opened on May 10, 2024
- #61
Actual Behavior
const json2 = csvToJson.fieldDelimiter( , ).getJsonFromCsv(sourceReportDir).
getJsonFromCsv uses synchronous file API.
Description
The synchronous API is not suitable for modern Promise ...
enhancement
help wanted
mgrybyk
- Opened on May 5, 2024
- #59
Actual Behavior
TypeError: fs.readFileSync is not a function
I m creating my application with Vite and I receive an error when trying to convert CSV to JSON
Steps to Reproduce the Problem
1. yarn ...
MmatheusF
- Opened on Apr 12, 2024
- #57
Expected Behavior
Should not throw error.
Actual Behavior
$ node test.js raw/0* ...
J-Siu
- 4
- Opened on Jul 16, 2023
- #39
Expected Behavior
Interpret and convert line breaks in quoted fields correctly.
Actual Behavior
Unable to convert/parse CSV correctly. Error thrown:
/app/node_modules/convert-csv-to-json/src/csvToJson.js:215 ...
help wanted
zitrusblau
- 1
- Opened on Mar 15, 2023
- #37
When parsing CSV with quoted strings the strings containing any commas are incorrectly identified as delimiters
Antony-Kancidrowski
- 1
- Opened on Jul 13, 2022
- #30
Issue description:
When the user tries to generate a json object form csv file which contains words as column header, getJsonFromCsv()
method returned json object have keys by excluding spaces of the ...
raghub20
- 4
- Opened on May 30, 2022
- #29
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.