csvToJson icon indicating copy to clipboard operation
csvToJson copied to clipboard

Convert CSV file to JSON

Results 19 csvToJson issues
Sort by recently updated
recently updated
newest added

Bumps [iuccio/npm-semver-publish-action](https://github.com/iuccio/npm-semver-publish-action) from 1.11.0 to 1.34.0. Commits 63eeee8 new release [skip ci] 8c9c773 Create CODE_OF_CONDUCT.md bdc5d46 new release [skip ci] 5cc6b07 1.32.0 6b8f0e5 fix build c3077d8 update user name config...

dependencies
github_actions

## 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...

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...

## Actual Behavior `const json2 = csvToJson.fieldDelimiter(',').getJsonFromCsv(sourceReportDir)`. `getJsonFromCsv` uses synchronous file API. ## Description The synchronous API is not suitable for modern Promise apps. Introduce Promise API or let users...

enhancement
help wanted

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.2. Release notes Sourced from jest's releases. 30.0.2 What's Changed Fixes [jest-matcher-utils] Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689) [jest-util] Make...

dependencies
javascript

## Expected Behavior Correct value ## Actual Behavior Original value: "00340434621911190873" Converted value: 340434621911190850 ## Steps to Reproduce the Problem Apply `.formatValueByType()` ## Specifications - Version: `"convert-csv-to-json": "^2.50.0",`

Bumps [iuccio/npm-semver-publish-action](https://github.com/iuccio/npm-semver-publish-action) from 1.11.0 to 1.42.0. Commits cb51066 new release [skip ci] 6112077 Update issue templates 5fcecf0 new release [skip ci] 921efac try to fix check dist 417d8ff new release...

dependencies
github_actions

Enable trim whitespace in header for typescript

enhancement
help wanted

The CSV data might not include a header row; the first row would be data row.

enhancement
help wanted