FastCSV icon indicating copy to clipboard operation
FastCSV copied to clipboard

CSV library for Java that is fast, RFC-compliant and dependency-free.

Results 12 FastCSV issues
Sort by recently updated
recently updated
newest added

The feature added with #57 had to be removed by #59 as it lacked support for unicode. Think of a better concept and implement it by keeping performance characteristics of...

enhancement

When parsing a csv all the empty fields at the end are omitted. i.E. 123;asd;;;; (the field separator in my case is '\t') The csvRow will only have 2 elements....

Hi, i think that the Limits are good default values, bit would be nice to make them changeable. https://github.com/osiegmar/FastCSV/blob/f618bc6e59a9d04570bafa1d86b2228eba878c7a/lib/src/main/java/de/siegmar/fastcsv/reader/AbstractCsvCallbackHandler.java#L95

enhancement

When reading a file using `NamedCsvRecord`, the first record is stored internally as the header and used for name-based field mapping. The header itself is not returned as a record....

enhancement

The pitest plugin causes a deprecation warning in Gradle 8.14 during build: ``` The ReportingExtension.getBaseDir() method has been deprecated. This is scheduled to be removed in Gradle 9.0. Please use...

The BND plugin causes a deprecation warning in Gradle 8.14 during build: ``` Invocation of Task.project at execution time has been deprecated. This will fail with an error in Gradle...

### Is your feature request related to a problem? Please describe. I'm using FastCSV to split massive CSV files (~1 billion rows) into multiple files by grouping rows by key...

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.14.1 to 5.15.9. Release notes Sourced from astro's releases. [email protected] Patch Changes #14786 758a891 Thanks @​mef! - Add handling of invalid encrypted props and slots in server...

dependencies
javascript

Bumps [withastro/action](https://github.com/withastro/action) from 4 to 5. Release notes Sourced from withastro/action's releases. v5.0.0 Changelog Update GitHub action versions @​delucis (#85) This release ensures all dependencies are now using pinned versions...

dependencies
github_actions