Skip to content

issues Search Results · repo:scottmatthewman/swiftcsvencoder language:Swift

Filter by

0 results
 (72 ms)

0 results

inscottmatthewman/swiftcsvencoder (press backspace or delete to remove)

Re: Automatic quoting of strings, but only when needed. I haven t verified this with your lib but there are other special characters which Excel will treat differently when a field s value begins with ...
  • aehlke
  • Opened 
    on Mar 1, 2024
  • #13

Include a privacy manifest file indicating that SwiftCSVEncoder does not collect any data.
enhancement
  • scottmatthewman
  • Opened 
    on Jan 4, 2024
  • #12

Different applications that are capable of importing CSV files have different ways of handling some data types. Indeed, that it why CSVEncoderConfiguration exists. But each app generally wants the same ...
enhancement
good first issue
  • scottmatthewman
  • Opened 
    on Jan 3, 2024
  • #9

Currently, the configuration object that governs encoding strategies for dates (and, when #2 is implemented, Booleans) is defined in the CSVTable initialiser. However, it is only used at the export stage. ...
enhancement
  • scottmatthewman
  • Opened 
    on Jan 3, 2024
  • #8

Currently, Double and Int have CSVEncodable support added. Any other numeric types have to handle their own encoding within the CSVColumn configuration. Expanding the list of support to Float, UInt, etc., ...
enhancement
good first issue
  • scottmatthewman
  • Opened 
    on Jan 2, 2024
  • #3

Booleans are currently configured to output as the text strings true or false. Add a new configuration parameter to CSVEncoderConfiguration to support different styles of encoding: | encoding type | ...
enhancement
good first issue
  • scottmatthewman
  • Opened 
    on Jan 2, 2024
  • #2

Currently, CSV tables are defined as in the following example: let table = CSVTable Person ( columns: [ CSVColumn( ID , \.id), CSVColumn( Name , \.name), // etc. ], configuration: .default ...
enhancement
  • scottmatthewman
  • Opened 
    on Jan 2, 2024
  • #1
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub