Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Delimiter-separated values
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{short description|Data storage format}} {{Infobox file format | name = Delimiter-separated values | icon = | logo = | screenshot = | caption = |_noextcode = | extension = | mime = | type code = | uniform type = public.delimited-values-text<ref>{{cite web |url=https://developer.apple.com/documentation/uniformtypeidentifiers/uttypedelimitedtext |title=UTTypeDelimitedText |work=Apple Developer Documentation: Uniform Type Identifiers |publisher=[[Apple Inc]]}}</ref> | magic = | owner = | released = | latest release version = | latest release date = | genre = | container for = | contained by = | extended from = | extended to = | standard = | url = }} Formats that use '''delimiter-separated values''' (also '''DSV''')<ref name="artofunix">DSV stands for ''Delimiter Separated Values'' {{cite book | last = Raymond | first = Eric | title = The Art of Unix Programming | publisher = Addison-Wesley | location = Boston | year = 2004 | isbn = 0-13-142901-9 | url = http://www.catb.org/~esr/writings/taoup/html/ch05s02.html}}</ref>{{rp|113}} store two-dimensional arrays of data by separating the values in each row with specific [[delimiter]] [[character (computing)|characters]]. Most [[database]] and [[spreadsheet]] programs are able to read or save data in a delimited format. Due to their wide support, DSV files can be used in [[data exchange]] among many applications. A '''delimited text file''' is a [[text file]] used to store data, in which each line represents a single book, company, or other thing, and each line has fields separated by the delimiter.<ref> Stephen R. Westman. [https://books.google.com/books?id=20bG82MuVJIC "Creating Database-backed Library Web Pages: Using Open Source Tools"]. 2006. Section "Structured Text Files". p. 15. </ref> Compared to the kind of [[flat file]] that uses spaces to force every field to the same width, a '''delimited file''' has the advantage of allowing field values of any length.<ref> Richard Petersen. [https://books.google.com/books?id=4hStzByjNvEC "Introductory Command Line Unix for Users"]. 2006. p. 356. </ref>
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)