Standard File Formats Flashcards
CSV [Comma Separated Values]
Delimited text format. The delimiter used to separate the values being a comma.
TSV [Tab Separated Values]
Delimited text format in which the values are separated by a tab. This is used when a CSV is not an option due to literal commas being present in the text and thus can’t be used as delimiters.
Microsoft Excel Open XML Spreadsheet or .XLSX
This is a MS Excel Open XML file format that falls under the spreadsheet file format. It cannot save malicious code.
.XML [Extensible Markup Language]
This is a markup language with set rules for encoding data. It’s readable by both humans and machines. It’s programming language independent, doesn’t use predefined tags like HTML and makes data sharing between various systems simpler.
PDF [Portable Document Format]
This is a file format developed by Adobe to present documents independent of application, software, hardware or operating system. It can be viewed the same way on any device. It can also be read in any programming language.
JavaScript Object Notation or JSON
This is a text based open standard designed for transmitting structured data over the web. It’s a language-independent data format which can be read in any programming language.