🗒️
calepin
Ctrlk
  • README
  • Emulation
  • Management
  • Network
  • Quotes
  • Algorithms
  • Anatomy
  • Animation
  • Applications
  • Artificial intelligence
  • Cooking
  • Data
  • Design
  • Development
  • Digitization
  • Documentation
  • Drawing
  • Education
  • Electronics
  • Face
  • Finances
  • Formats, encoding and protocols
    • ASCII
    • AST
    • AVIF
    • Apple Dictionary
    • Apple Live Photo
    • Ascii85
    • CSV
    • Compression
    • Continuity
    • Formats, encoding and protocols
    • GPX
    • HEIF
    • IEEE 754
    • IPTC
    • Maildir
    • Markdown
    • OFX
    • Ogg
    • VQL
    • Webloc
    • 1Password formats
    • APK
    • AirPlay
    • BMFont
    • BMP
    • BPG
    • Barcode
    • Base122
    • Base64
    • BookmarkData
    • Brotli
    • CSS
    • CalDAV and CardDAV
    • Chromecast
    • DDS
    • DS_Store
    • Deflate
    • ECMAScript - JavaScript
    • ELF (Linux Executable)
    • ETC
    • EXE - PE (Windows Executable)
    • EXIF
    • Encoded Polyline Algorithm
    • FLA - XFL
    • FLAC
    • FLIF
    • Fonts
    • GAF
    • GIF
    • GLSL
    • GZip
    • GeoJSON
    • Git
    • H.264
    • H.265 - HEVC
    • HAR
    • HTML
    • ICO
    • Image
    • JPEG
    • JSON
    • Java - JVM
    • KTX
    • LZMA
    • MJPEG
    • MOV
    • MP3
    • MP4 - M4V
    • MPEG-DASH
    • MPEG1
    • Mach-O
    • Metalink
    • NSKeyedArchiver
    • OLE Compound File
    • OpenType font - OTF - TTF
    • PDF
    • PList
    • PNG
    • PPT
    • PSD
    • PVR
    • PVRTC
    • PostScript - PS
    • Protocol Buffers
    • Python
    • QR Code
    • Resource fork
    • S3TC - DXT
    • SVG
    • SWF
    • Sparse bundle
    • StickiesDocument
    • TAR
    • TOML
    • Texture format
    • URI
    • Unicode Transformation Formats - UTF-8
    • VP8
    • Video
    • WARC
    • WOFF
    • Web bundle - package
    • WebAssembly
    • WebP
    • XML
    • XSL
    • YAML
    • ZIP
    • glTF
    • iCalendar
    • iCloud
    • iMessage
    • iOS
    • icns
    • typedstream
    • vCard
    • Flash related formats — FLA XFL SWF ABC
    • Photoshop
    • Unity3D
  • Graphics
  • Hardware
  • IoT
  • Legal
  • Life tips & tricks
  • Machine Learning
  • Math
  • Mechanic
  • Medical and survival
  • Operating Systems
  • Photography
  • Project
  • Psychology
  • Security
  • Services
  • Sound
  • Text
  • Travel
  • User Interface and experience
  • Web
  • Work
Powered by GitBook
On this page

Was this helpful?

  1. Formats, encoding and protocols

CSV

CSV files are a little bit like like dates: superficially simple, with lots of corner cases. Largely for the same reason: not in accordance with standard.

  • RFC 4180 - Common Format and MIME Type for Comma-Separated Values (CSV) Files

  • CSV.js/csv.js at master · knrz/CSV.js

  • CSV Project - Node.js CSV package

  • awk

    • Awk-Batteries/Units/csv at master · Nomarian/Awk-Batteries

    • Awk-Batteries/csv.awk at master · Nomarian/Awk-Batteries - parse CSV gawk -f "$AWK/Units/csv.awk" -e '{print NF}'

    • What's the most robust way to efficiently parse CSV using awk? - Stack Overflow

  • How to convert arbitrary simple JSON to CSV using jq? - Stack Overflow

  • sqlite3 cities.db ".mode csv" ".import ./city.csv cities" ".exit" Command Line Shell For SQLite

  • johnkerl/miller: Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

  • BurntSushi/xsv: A fast CSV command line toolkit written in Rust.

  • harelba/q: q - Run SQL directly on CSV or TSV files

  • wireservice/csvkit: A suite of utilities for converting to and working with CSV, the king of tabular file formats.

Alternative formats

  • Tab-separated values - Wikipedia

  • Text File formats – ASCII Delimited Text – Not CSV or TAB delimited text | Ronald Duncan's Blog

PreviousAscii85NextCompression

Last updated 3 years ago

Was this helpful?