Skip to content

Commit

Permalink
Merge CSV snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Chalarangelo committed Jun 9, 2024
1 parent 523b46d commit 80bb381
Show file tree
Hide file tree
Showing 6 changed files with 429 additions and 138 deletions.
18 changes: 15 additions & 3 deletions content/redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -913,9 +913,6 @@
- from: /js/s/get-cmd-args
to: /js/s/command-line-arguments
status: 301!
- from: /js/s/jso-nto-csv
to: /js/s/json-to-csv
status: 301!
- from: /js/s/nest
to: /js/s/nest-objects
status: 301!
Expand Down Expand Up @@ -2929,3 +2926,18 @@
- from: /js/s/day-name
to: /js/s/weekday-name
status: 301!
- from: /js/s/jso-nto-csv
to: /js/s/convert-csv-to-array-object-or-json
status: 301!
- from: /js/s/json-to-csv
to: /js/s/convert-csv-to-array-object-or-json
status: 301!
- from: /js/s/array-to-csv
to: /js/s/convert-csv-to-array-object-or-json
status: 301!
- from: /js/s/csv-to-json
to: /js/s/convert-csv-to-array-object-or-json
status: 301!
- from: /js/s/csv-to-array
to: /js/s/convert-csv-to-array-object-or-json
status: 301!
28 changes: 0 additions & 28 deletions content/snippets/js/s/array-to-csv.md

This file was deleted.

Loading

0 comments on commit 80bb381

Please sign in to comment.