Network Working Group M. Hausenblas
Internet-Draft DERI, NUI Galway
Updates: 4180 (if approved) E. Wilde
Intended status: Standards Track EMC Corporation
Expires: November 4, 2013 J. Tennison
Open Data Institute
May 3, 2013
URI Fragment Identifiers for the text/csv Media Type
draft-hausenblas-csv-fragment-03
Abstract
This memo defines URI fragment identifiers for text/csv MIME
entities. These fragment identifiers make it possible to refer to
parts of a text/csv MIME entity, identified by row, column, or cell.
Fragment identification can use single items, or ranges.
Note to Readers
This draft should be discussed on the apps-discuss mailing list [11].
Online access to all versions and files is available on github [12].
Status of this Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on November 4, 2013.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Hausenblas, et al. Expires November 4, 2013 [Page 1]
Internet-Draft text/csv Fragment Identifiers May 2013
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. What is text/csv? . . . . . . . . . . . . . . . . . . . . 3
1.2. Why text/csv Fragment Identifiers? . . . . . . . . . . . . 3
1.2.1. Motivation . . . . . . . . . . . . . . . . . . . . . . 3
1.2.2. Use Cases . . . . . . . . . . . . . . . . . . . . . . 4
1.3. Incremental Deployment . . . . . . . . . . . . . . . . . . 4
1.4. Notation Used in this Memo . . . . . . . . . . . . . . . . 4
2. Fragment Identification Methods . . . . . . . . . . . . . . . 4
2.1. Row-based selection . . . . . . . . . . . . . . . . . . . 5
2.2. Column-based selection . . . . . . . . . . . . . . . . . . 5
2.3. Cell-based selection . . . . . . . . . . . . . . . . . . . 6
2.4. Multi-Selections . . . . . . . . . . . . . . . . . . . . . 6
3. Fragment Identification Syntax . . . . . . . . . . . . . . . . 7
4. Fragment Identifier Processing . . . . . . . . . . . . . . . . 7
4.1. Syntax Errors in Fragment Identifiers . . . . . . . . . . 7
4.2. Semantics of Fragment Identifiers . . . . . . . . . . . . 7
5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 8
6. Security Considerations . . . . . . . . . . . . . . . . . . . 8
7. Implementation Status . . . . . . . . . . . . . . . . . . . . 9
8. Change Log . . . . . . . . . . . . . . . . . . . . . . . . . . 9
8.1. From -02 to -03 . . . . . . . . . . . . . . . . . . . . . 9
8.2. From -01 to -02 . . . . . . . . . . . . . . . . . . . . . 9
8.3. From -00 to -01 . . . . . . . . . . . . . . . . . . . . . 10
9. References . . . . . . . . . . . . . . . . . . . . . . . . . . 10
9.1. Normative References . . . . . . . . . . . . . . . . . . . 10
9.2. Non-Normative References . . . . . . . . . . . . . . . . . 10
Appendix A. Acknowledgements . . . . . . . . . . . . . . . . . . 11
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . . 11
Hausenblas, et al. Expires November 4, 2013 [Page 2]
Internet-Draft text/csv Fragment Identifiers May 2013