Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / phatcher/CsvReader issues and pull requests
#85 - Product support question
Issue -
State: open - Opened by JimGolden 7 months ago
- 1 comment
#84 - Headers in different than top row
Issue -
State: open - Opened by dp297 about 1 year ago
#83 - Added the option to make header parsing case-sensitive.
Pull Request -
State: open - Opened by jbvirt almost 2 years ago
#81 - Install-Package : A parameter cannot be found that matches parameter name 'Version'.
Issue -
State: open - Opened by Arbelac almost 4 years ago
- 1 comment
#80 - Custom line break support
Issue -
State: closed - Opened by GrabASalad almost 4 years ago
- 1 comment
#79 - Custom LineBreak Characters as well as `r`n
Issue -
State: open - Opened by GrabASalad almost 4 years ago
- 1 comment
#78 - Allow special characters in column headers
Issue -
State: open - Opened by jkhalid0201 about 4 years ago
#77 - CsvReader.HandleParseError should not throw an exception when the DefaultParseErrorAction is RaiseEvent
Issue -
State: open - Opened by lancasteradam about 4 years ago
- 2 comments
#76 - Remove new line characters when giving trimmingOptions
Issue -
State: open - Opened by greenjaed about 4 years ago
#75 - Annotated CSV support ?
Issue -
State: open - Opened by JRAndreassen over 4 years ago
#74 - Build error MSB4057: The target "Restore" does not exist in the project.
Issue -
State: open - Opened by DIYsciBorg almost 5 years ago
- 2 comments
#73 - Error when reading file with Quoted field at end of first row and SkipEmptyLines=false
Issue -
State: open - Opened by bornfromanegg about 5 years ago
#72 - Error: 'FileId' field header not found. Parameter name: name
Issue -
State: open - Opened by HTI-DaraiusKeeka over 5 years ago
#71 - CurrentRecordIndex Does not Update if SkipEmptyLines is True and a row is empty
Issue -
State: open - Opened by gavdraper over 5 years ago
#70 - Static Fields?
Issue -
State: open - Opened by bbakermmc almost 6 years ago
- 4 comments
#69 - Can I easily trim tabs?
Issue -
State: closed - Opened by RamunasAdamonis almost 6 years ago
#68 - Null versus Empty String fields
Issue -
State: open - Opened by agilmore30 about 6 years ago
- 2 comments
#67 - CsvReader.ReadNextRecord throws IndexOutOfRangeException
Issue -
State: open - Opened by Metalnem about 6 years ago
- 2 comments
#66 - Customizable CultureInfo
Issue -
State: open - Opened by pepr about 6 years ago
- 3 comments
#65 - Privacy issues in exception handling
Issue -
State: open - Opened by czeshirecat about 6 years ago
- 1 comment
#64 - How use bulkCopy safely, if the CSV headers are not previously know
Issue -
State: open - Opened by papyr over 6 years ago
#63 - Compare with CsvHelper
Issue -
State: open - Opened by MNF over 6 years ago
#62 - PR with failing test for Issue #59
Pull Request -
State: closed - Opened by jakubmaguza over 6 years ago
- 2 comments
#61 - Issue #56 failing unit test
Pull Request -
State: closed - Opened by jakubmaguza over 6 years ago
#60 - Only processing one record?
Issue -
State: open - Opened by DSBloom over 6 years ago
#59 - Troubleshooting Column Limits in Bulk Copy
Issue -
State: closed - Opened by kirikintha over 6 years ago
- 8 comments
#58 - FieldCount not increased when Adding custom column
Issue -
State: open - Opened by codermel over 6 years ago
Labels: bug
#57 - Difficult to find invalid data when using SqlBulkCopy
Issue -
State: open - Opened by DiaAWAY over 6 years ago
Labels: enhancement
#56 - error in parsing while " is firs char in row text and " is a part of column text
Issue -
State: open - Opened by kashiash almost 7 years ago
- 2 comments
Labels: bug
#55 - Can I use SQL Bulk Copy but exclude rows that don't met a certain set of criteria?
Issue -
State: open - Opened by VictorioBerra almost 7 years ago
- 4 comments
Labels: question
#54 - Fixed typo
Pull Request -
State: closed - Opened by phatcher almost 7 years ago
- 1 comment
#53 - Update paket to address TLS deprecation
Pull Request -
State: closed - Opened by forki almost 7 years ago
#52 - Exception in CsvReader.cs
Issue -
State: open - Opened by korneliuscode about 7 years ago
#51 - Start parsing at specific row
Issue -
State: closed - Opened by korneliuscode about 7 years ago
- 1 comment
Labels: question
#50 - Use StringBuilder instead of string concatenation to improve huge cell processing
Pull Request -
State: closed - Opened by andrewpsy about 7 years ago
#49 - Implement a null removal stream to reduce memory usage and runtime
Pull Request -
State: closed - Opened by andrewpsy about 7 years ago
- 6 comments
#48 - Does it support .NET Core 2.0
Issue -
State: closed - Opened by texiontech about 7 years ago
- 5 comments
Labels: enhancement
#47 - Exception parsing double-quoted fields
Issue -
State: open - Opened by senco239 over 7 years ago
- 1 comment
Labels: bug
#46 - Fixed: Exception when reading data and hasHeaders is false
Pull Request -
State: closed - Opened by molopony over 7 years ago
- 2 comments
#45 - support .net standard 2.0
Pull Request -
State: closed - Opened by baoduy over 7 years ago
- 3 comments
#44 - Permitting line breaks within field
Issue -
State: open - Opened by justSteve over 7 years ago
Labels: enhancement
#43 - GetFieldIndex returns -1 when setting custom columns and specifying hasHeaders = true
Issue -
State: open - Opened by janis-veinbergs over 7 years ago
- 2 comments
Labels: bug
#42 - Fixed typo
Pull Request -
State: closed - Opened by Martin005 almost 8 years ago
#41 - Exception thrown with duplicated colum names #39
Pull Request -
State: closed - Opened by jonreis almost 8 years ago
#40 - Porting to .net portable
Issue -
State: closed - Opened by codehippie1 almost 8 years ago
- 3 comments
#39 - Exception thrown with duplicated colum names
Issue -
State: open - Opened by h-hasanov about 8 years ago
- 10 comments
Labels: enhancement
#38 - Index out of bound when reading TSV w/o header
Issue -
State: closed - Opened by INRIX-Mark-Gershaft about 8 years ago
- 3 comments
Labels: bug
#37 - [Question] Faster way to read the csv
Issue -
State: open - Opened by JHuenerberg about 8 years ago
- 2 comments
Labels: question
#36 - OutOfMemoryException with large Files?
Issue -
State: open - Opened by MirsoH about 8 years ago
- 1 comment
Labels: question
#35 - LumenWorksCsvReader.3.9.1. not compatible with Net Core 1.1
Issue -
State: closed - Opened by renatobarbato about 8 years ago
- 16 comments
Labels: enhancement
#34 - How to use {ControlChars.Tab} as delimiter?
Issue -
State: closed - Opened by PeterCodar about 8 years ago
- 1 comment
#33 - DateTime serializes to Local Time
Issue -
State: open - Opened by ukluk about 8 years ago
- 1 comment
Labels: enhancement
#32 - Quote standards
Issue -
State: closed - Opened by makersky about 8 years ago
- 1 comment
#31 - Why is CsvReader forward only?
Issue -
State: open - Opened by Thierry-S about 8 years ago
- 6 comments
Labels: question
#30 - Couldn't find Link to NuGet package on Readme page
Issue -
State: closed - Opened by michael-freidgeim-webjet over 8 years ago
#29 - how to skip first n lines
Issue -
State: open - Opened by caojinbo over 8 years ago
Labels: enhancement, wontfix
#28 - CsvReader throws MalformedCsvException when only some columns are mapped to SqlBulkCopy
Issue -
State: open - Opened by isolaol over 8 years ago
- 1 comment
Labels: bug
#27 - Column.cs => use DateTime.TryParseExact if needed
Pull Request -
State: closed - Opened by milcondoin over 8 years ago
#26 - Problems "without headers" using DataTable in Version 3.9.1.0
Issue -
State: open - Opened by rjschulte over 8 years ago
- 1 comment
Labels: bug
#25 - How to read smart quotes using csvreader?
Issue -
State: open - Opened by vivekcpatel almost 9 years ago
Labels: enhancement, question
#24 - Problem related to CsvReader.SkipEmptyLines in 3.9.1.0
Issue -
State: open - Opened by leucospis almost 9 years ago
- 1 comment
Labels: bug
#23 - Added override column functionality and unit test.
Pull Request -
State: closed - Opened by Spintronic almost 9 years ago
- 2 comments
#22 - Provides the capability to override all values for a given column
Pull Request -
State: closed - Opened by Spintronic almost 9 years ago
- 4 comments
#21 - Add max field length for quoted fields
Pull Request -
State: closed - Opened by sebcriteo almost 9 years ago
#20 - Problems without headers and Version 3.9.0
Issue -
State: open - Opened by Jubilein666 almost 9 years ago
- 5 comments
Labels: bug
#19 - added HasHeaders function
Pull Request -
State: closed - Opened by kiran94 almost 9 years ago
- 5 comments
#18 - SBC and MetaData example throws exception
Issue -
State: open - Opened by rajeev-ranjan almost 9 years ago
- 7 comments
Labels: bug
#17 - ContainsFieldHeader Method for CsvReader
Issue -
State: closed - Opened by kiran94 almost 9 years ago
#16 - AppVeyor failure
Issue -
State: closed - Opened by joshgo almost 9 years ago
- 1 comment
#15 - Fix Debug.Assert() to handle none null case. GetSchemaTableWithoutHeadersTest() now passes unit tests in debug mode
Pull Request -
State: closed - Opened by joshgo about 9 years ago
#14 - Unit test fails in debug mode at CsvReaderIDataReaderTest.GetSchemaTableWithoutHeadersTest()
Issue -
State: closed - Opened by joshgo about 9 years ago
#13 - Added test for quoted fields not throwing an exception (issue #12)
Pull Request -
State: closed - Opened by joshgo about 9 years ago
- 3 comments
#12 - Missing field not detected
Issue -
State: closed - Opened by leucospis about 9 years ago
- 5 comments
#11 - Link to “License file” in README.MD broken
Issue -
State: closed - Opened by texhex about 9 years ago
- 1 comment
#10 - Update README.md
Pull Request -
State: closed - Opened by slorion about 9 years ago
#9 - CsvReader.GetValue(s) method not works as expected, but GetXXX works perfectly
Issue -
State: open - Opened by shmutalov about 9 years ago
- 2 comments
Labels: bug
#8 - Replacement for FastCsvReader from its author
Issue -
State: closed - Opened by slorion over 9 years ago
- 2 comments
#7 - updated SQL Bulk Copy ColumnMappings sample code
Pull Request -
State: closed - Opened by ZacMarcus over 9 years ago
- 4 comments
#6 - CurrentRecordIndex does not show the right index value
Issue -
State: open - Opened by rocker8942 over 9 years ago
Labels: bug
#5 - Link out of date
Issue -
State: closed - Opened by Olivercomputing over 9 years ago
- 2 comments
#4 - Tab Delimited doesn't support quotes and newlines
Issue -
State: open - Opened by phatcher over 9 years ago
- 1 comment
Labels: enhancement
#3 - Extra field handling
Pull Request -
State: closed - Opened by gap777 over 9 years ago
- 1 comment
#2 - Add support for null-values
Pull Request -
State: closed - Opened by fretje almost 10 years ago
- 5 comments
#1 - Add support for binary and varbinary columns
Pull Request -
State: closed - Opened by fretje almost 10 years ago
- 2 comments