Skip to content

Commit

Permalink
FEAT: converted original CSV-tools script to proper CSV/TSV codecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed May 25, 2022
1 parent 4d0841b commit 8e39851
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 239 deletions.
4 changes: 3 additions & 1 deletion make/rebol3.nest
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ include-codec-ico: [
;:include-native-png-codec
mezz-lib-files: %mezz/codec-ico.reb
]
include-codec-csv: [mezz-lib-files: %mezz/codec-csv.reb ]
include-codec-json: [mezz-lib-files: %mezz/codec-json.reb ]
include-codec-xml: [mezz-lib-files: %mezz/codec-xml.reb ]
include-codec-pdf: [mezz-lib-files: %mezz/codec-pdf.reb :include-png-filter-native] ; pdf may use special png pre-compression
Expand Down Expand Up @@ -768,7 +769,8 @@ include-rebol-bulk: [
:include-codec-zip
:include-codec-tar
:include-codec-bbcode
:include-codec-html-entities
:include-codec-html-entities
:include-codec-csv
:include-codec-json
:include-codec-xml
:include-codec-wav
Expand Down
Loading

0 comments on commit 8e39851

Please sign in to comment.