CSV Dialect Description Format
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				| Dan Tobias  (Talk | contribs) m |  (Category:JSON based file formats) | ||
| Line 7: | Line 7: | ||
| == Links == | == Links == | ||
| * [http://dataprotocols.org/csv-dialect/ Official description/spec] | * [http://dataprotocols.org/csv-dialect/ Official description/spec] | ||
| + | |||
| + | [[Category:JSON based file formats]] | ||
Revision as of 16:09, 23 April 2017
CSV Dialect Dscription Format is a JSON-based format for describing the particular rules for a variety of delimited files, such as CSV or tab delimited. It does not describe the format of the data fields within a record of the file; this may be done with JSON Table Schema.

