Skip to content

A simple CSV writer made in Swift with number formatters, separators, etc

License

Notifications You must be signed in to change notification settings

illescasDaniel/CSVWriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVWriter

A CSV writer made in Swift.

Main features:

  • Use a NumberFormatter

  • Use a custom separator

  • Add rows with any type

  • Concatenate multiple methods:

    • CSVWriter(separator: ";", columns: historyKeys, useDefaultNumberFormatter: true)
        .addNumbersRow(historyValues, withTitle: "Fitness")
        .save(to: URL(fileURLWithPath: "\(directoryRoot)/4/Output/SimulatedAnnealing-3.csv"))

About

A simple CSV writer made in Swift with number formatters, separators, etc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages