Skip to content

Instantly share code, notes, and snippets.

@James-Firth
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save James-Firth/09775814678613924cc4 to your computer and use it in GitHub Desktop.
Save James-Firth/09775814678613924cc4 to your computer and use it in GitHub Desktop.
File Format CSVs - A quick list of common file types to make file parsing easier. Comma and newline delimited for easier human parsing. Still working on adding more data. Data initiailly seeded with data from online-convert.com
"7z",
"apk",
"bz2",
"gz",
"gzip",
"jar",
"rar",
"tar",
"tgz",
"zip"
"3ga",
"aac",
"aif",
"aiff",
"amr",
"au",
"aup",
"caf",
"flac",
"gsm",
"kar",
"m4a",
"m4p",
"m4r",
"mid",
"midi",
"mmf",
"mp2",
"mp3",
"mpga",
"ogg",
"oma",
"opus",
"qcp",
"ra",
"ram",
"wav",
"wma",
"xspf"
"dwg",
"dxf"
"bat",
"java",
"js",
"json",
"py",
"rb",
"sh"
"bup",
"pdb"
"chm",
"doc",
"docm",
"docx",
"dot",
"dotx",
"eps",
"hwp",
"m3u",
"odt",
"pages",
"pdf",
"pub",
"rtf",
"swf",
"sxw",
"txt",
"wpd",
"wps",
"xls",
"xml",
"xps"
"azw",
"azw3",
"epub",
"fb2",
"lit",
"lrf",
"mobi",
"prc"

File Format CSVs - A quick list of common file types to make file parsing easier. Comma and newline delimited for easier human parsing. Still working on adding more data. Data initiailly seeded with data from online-convert.com

"arw",
"bmp",
"cr2",
"crw",
"dcm",
"djvu",
"dmg",
"dng",
"fpx",
"gif",
"ico",
"jp2",
"jpeg",
"jpg",
"nef",
"orf",
"pcd",
"pcx",
"pict",
"png",
"psd",
"sfw",
"tga",
"tif",
"tiff",
"webp",
"xcf"
"ai",
"cdr",
"emz",
"odg",
"svg",
"vsd",
"wmf",
"wpg"
"cda",
"dat",
"exe",
"ics",
"img",
"ipa",
"kmz",
"pes",
"ps",
"rem",
"torrent",
"ttf",
"vcf"
"key",
"odp",
"pps",
"ppsx",
"ppt",
"pptm",
"pptx"
"csv",
"ods",
"xlsx"
"3g2",
"3gp",
"3gpp",
"asf",
"avi",
"divx",
"f4v",
"flv",
"h264",
"ifo",
"m2ts",
"m4v",
"mkv",
"mod",
"mov",
"mp4",
"mpeg",
"mpg",
"mswmm",
"mts",
"mxf",
"ogv",
"rm",
"ts",
"vep",
"vob",
"webm",
"wlmp",
"wmv"
"css",
"htm",
"html",
"js",
"json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment