Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# CSVFiles.jl v0.12.0
* Export FileIO.File and FileIO.@format_str

# CSVFiles.jl v0.11.0
* Change default escapechar for save to "

Expand Down
2 changes: 1 addition & 1 deletion src/CSVFiles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using TextParse, IteratorInterfaceExtensions, TableTraits, TableTraitsUtils,
DataValues, FileIO, HTTP, TableShowUtils
import IterableTables

export load, save
export load, save, File, @format_str

struct CSVFile
filename::String
Expand Down