-
Notifications
You must be signed in to change notification settings - Fork 4
/
draft-unicode-separated-values-01.txt
840 lines (506 loc) · 22.6 KB
/
draft-unicode-separated-values-01.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
Internet Engineering Task Force J. Henderson, Ed.
Internet-Draft 16 March 2024
Intended status: Experimental
Expires: 17 September 2024
Unicode Separated Values (USV)
draft-unicode-separated-values-01
Abstract
Unicode Separated Values (USV) is a data format that uses Unicode
characters to mark parts. USV builds on ASCII separated values
(ASV), and provides pragmatic ways to edit data in text editors by
using visual symbols and layouts.
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 https://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 17 September 2024.
Copyright Notice
Copyright (c) 2024 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
Provisions Relating to IETF Documents (https://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 Revised BSD License text as
described in Section 4.e of the Trust Legal Provisions and are
provided without warranty as described in the Revised BSD License.
Henderson Expires 17 September 2024 [Page 1]
Internet-Draft Unicode Separated Values (USV) March 2024
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Requirements Language . . . . . . . . . . . . . . . . . . 3
1.2. Media Type Language . . . . . . . . . . . . . . . . . . . 3
1.3. ABNF Language . . . . . . . . . . . . . . . . . . . . . . 3
2. USV characters . . . . . . . . . . . . . . . . . . . . . . . 3
3. Definition of the USV Format . . . . . . . . . . . . . . . . 4
3.1. Data . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.2. Unit . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.3. Record . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.4. Group . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.5. File . . . . . . . . . . . . . . . . . . . . . . . . . . 4
3.6. Header . . . . . . . . . . . . . . . . . . . . . . . . . 5
3.7. Escape (ESC) . . . . . . . . . . . . . . . . . . . . . . 5
3.8. End of Transmission (EOT) . . . . . . . . . . . . . . . . 5
4. ABNF grammar . . . . . . . . . . . . . . . . . . . . . . . . 6
4.1. Semantics . . . . . . . . . . . . . . . . . . . . . . . . 6
4.2. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 6
4.3. Runs . . . . . . . . . . . . . . . . . . . . . . . . . . 6
4.4. Character classes . . . . . . . . . . . . . . . . . . . . 6
4.5. Unicode symbols . . . . . . . . . . . . . . . . . . . . . 6
5. Examples . . . . . . . . . . . . . . . . . . . . . . . . . . 7
5.1. Hello World . . . . . . . . . . . . . . . . . . . . . . . 7
5.2. Hello World Goodnight Moon . . . . . . . . . . . . . . . 7
5.3. Units, Records, Groups, Files . . . . . . . . . . . . . . 8
5.4. Articles . . . . . . . . . . . . . . . . . . . . . . . . 9
6. Source Code Examples . . . . . . . . . . . . . . . . . . . . 10
7. MIME media type registration for text/usv . . . . . . . . . . 11
7.1. Optional parameters: charset, header . . . . . . . . . . 11
7.2. Encoding considerations . . . . . . . . . . . . . . . . . 11
7.3. Security considerations . . . . . . . . . . . . . . . . . 12
7.4. Interoperability considerations . . . . . . . . . . . . . 12
7.5. Published specification . . . . . . . . . . . . . . . . . 12
7.6. Applications that use this media type . . . . . . . . . . 12
7.7. Additional information . . . . . . . . . . . . . . . . . 12
8. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 12
9. Security Considerations . . . . . . . . . . . . . . . . . . . 13
10. Converters . . . . . . . . . . . . . . . . . . . . . . . . . 13
11. References . . . . . . . . . . . . . . . . . . . . . . . . . 13
11.1. Normative References . . . . . . . . . . . . . . . . . . 13
11.2. Informative References . . . . . . . . . . . . . . . . . 14
Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 15
Contributors . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 15
Henderson Expires 17 September 2024 [Page 2]
Internet-Draft Unicode Separated Values (USV) March 2024
1. Introduction
Unicode Separated Values (USV) is a data format useful for exchanging
and converting data between various spreadsheet programs, databases,
and streaming data services. This RFC explains USV.
Additionally, we propose a new media type "text/usv", to be
registered with IANA.
We provide information references for a USV git repository
[usv-git-repository], a programming implementation as a USV Rust
crate [usv-rust-crate], and converter tools.
1.1. Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in BCP
14 [RFC2119] [RFC8174] when, and only when, they appear in all
capitals, as shown here.
1.2. Media Type Language
The media type normative references are RFC 6838 [RFC6838], RFC 2046
[RFC2046], and RFC 4289 [RFC4289].
1.3. ABNF Language
The ABNF normative reference is RFC 5234 [RFC5234].
2. USV characters
Separators:
* File Separator (FS) is U+001C or U+241C
* Group Separator (GS) is U+001D or U+241D
* Record Separator (RS) is U+001E or U+241E
* Unit Separator (US) is U+001F or U+241F
Modifiers:
* Escape (ESC) is U+001B or U+241B
* End of Transmission (EOT) is U+0004 or U+2404
Henderson Expires 17 September 2024 [Page 3]
Internet-Draft Unicode Separated Values (USV) March 2024
Spacers:
* Carriage Return (CR) is U+000D
* Line Feed (LF) is U+000A
3. Definition of the USV Format
3.1. Data
Data comprises units, records, groups, and files.
3.2. Unit
A unit comprises content characters. It runs until a Unit Separator
(US):
Example unit and unit separator:
<CODE BEGINS> file "unit-and-unit-separator.usv"
aaa␟
<CODE ENDS>
3.3. Record
A record comprises units. It runs until a Record Separator (RS):
Example record and record separator:
<CODE BEGINS> file "record-and-record-separator.usv"
aaa␟bbb␟␞
<CODE ENDS>
3.4. Group
A group comprises records. It runs until a Group Separator (GS):
Example group and group separator:
<CODE BEGINS> file "group-and-group-separator.usv"
aaa␟bbb␟␞ccc␟ddd␟␞␝
<CODE ENDS>
3.5. File
A file comprises groups. It runs until a file separator.
Example file and file separator:
Henderson Expires 17 September 2024 [Page 4]
Internet-Draft Unicode Separated Values (USV) March 2024
<CODE BEGINS> file "file-and-file-separator.usv"
aaa␟bbb␟␞ccc␟ddd␟␞␝eee␟fff␟␞ggg␟hhh␟␞␝␜
<CODE ENDS>
3.6. Header
There may be an optional header appearing as the first item and with
the same format as normal items. This header will contain names
corresponding to the fields in the data, and should contain the same
number of fields as the rest of data. The presence or absence of the
header line should be indicated via the optional "header" parameter
of this media type.
For example:
<CODE BEGINS> file "header.usv"
name␟name␟␞aaa␟bbb␟␞
<CODE ENDS>
3.7. Escape (ESC)
Escape (ESC) makes the next character content.
Example: USV with a unit that contains an Escape + End of
Transmission; because of the Escape, the End of Transmission is
treated as content:
<CODE BEGINS> file "header.usv"
a␛␄b␟
<CODE ENDS>
3.8. End of Transmission (EOT)
End of Transmission (EOT) tells any reader that it can stop reading.
This is can be useful for streaming data, such as to end a
connection. This can also be useful for providing data files that
contain USV data, then EOT, then addition non-USV information such as
comments, images, attachments, etc.
* EOT tells the data reader that it can stop.
* EOT has no effect on the output content.
Example of a unit then an End of Transmission:
<CODE BEGINS> file "header.usv"
abc␞␄ignorable
<CODE ENDS>
Henderson Expires 17 September 2024 [Page 5]
Internet-Draft Unicode Separated Values (USV) March 2024
4. ABNF grammar
4.1. Semantics
usv = *files
file = *groups
group = *records
record = *units
unit = *content-characters
4.2. Syntax
usv = ( header-and-body / body ) '*' ; anything after the body is
chaff
header-and-body = 1*unit-run / 1*record-run / 1*group-run / 1*file-
run
body = *unit-run / *record-run / *group-run / *file-run
4.3. Runs
file-run = *( *spacer-character file *spacer-character FS )
group-run = *( *spacer-character group *spacer-character GS )
record-run = *( *spacer-character record *spacer-character RS )
unit-run = *( *spacer-character unit *spacer-character US )
4.4. Character classes
content-character = typical-character / ESC '*'
typical-character = '*' - special-character
special-character = US / RS / GS / FS / ESC / EOT
spacer-character = CR / LF
4.5. Unicode symbols
FS = U+001C File Separator / U+241C Symbol for File Separator
Henderson Expires 17 September 2024 [Page 6]
Internet-Draft Unicode Separated Values (USV) March 2024
GS = U+001D Group Separator / U+241D Symbol for Group Separator
RS = U+001E Record Separator / U+241E Symbol for Record Separator
US = U+001F Unit Separator / U+241F Symbol for Unit Separator
ESC = U+001B Escape / U+241B Symbol for Escape
EOT = U+0004 End of Transmission / U+2404 Symbol for End of
Transmission
CR = U+000D Carriage Return
LF = U+000A Line Feed
5. Examples
5.1. Hello World
This kind of data ...
<CODE BEGINS> file "hello-world.txt"
hello, world
<CODE ENDS>
... is represented in USV as two units:
<CODE BEGINS> file "hello-world.usv"
hello␟world␟
<CODE ENDS>
If you prefer to see one unit per line, then you can add carriage
returns and/or newlines:
<CODE BEGINS> file "hello-world-with-lines.usv"
hello␟
world␟
<CODE ENDS>
5.2. Hello World Goodnight Moon
This kind of data ...
<CODE BEGINS> file "hello-world-goodnight-moon.txt"
[ hello, world ], [ goodnight, moon ]
<CODE ENDS>
... is represented in USV as two records, each with two units:
Henderson Expires 17 September 2024 [Page 7]
Internet-Draft Unicode Separated Values (USV) March 2024
<CODE BEGINS> file "hello-world-goodnight-moon.usv"
hello␟world␟␞goodnight␟moon␟␞
<CODE ENDS>
If you prefer to see one record per line, then you can add carriage
returns and/or newlines:
<CODE BEGINS> file "hello-world-goodnight-moon-with-lines.usv"
hello␟world␟␞
goodnight␟moon␟␞
<CODE ENDS>
5.3. Units, Records, Groups, Files
USV with 2 units by 2 records by 2 groups by 2 files:
<CODE BEGINS> file "units-records-groups-files.usv"
a␟b␟␞c␟d␟␞␝e␟f␟␞g␟h␟␞␝␜i␟j␟␞k␟l␟␞␝m␟n␟␞o␟p␟␞␝␜
<CODE ENDS>
If you prefer to see one record per line, then you can add carriage
returns and/or newlines:
<CODE BEGINS> file "units-records-groups-files-with-lines.usv"
a␟b␟␞
c␟d␟␞
␝
e␟f␟␞
g␟h␟␞
␝
␜
i␟j␟␞
k␟l␟␞
␝
m␟n␟␞
o␟p␟␞
␝
␜
<CODE ENDS>
If you prefer to see one unit per line, then you can add carriage
returns and/or newlines:
Henderson Expires 17 September 2024 [Page 8]
Internet-Draft Unicode Separated Values (USV) March 2024
<CODE BEGINS> file "units-records-groups-files-with-lines.usv"
a␟
b␟
␞
c␟
d␟
␞
␝
e␟
f␟
␞
g␟
h␟
␞
␝
␜
i␟
j␟
␞
k␟
l␟
␞
␝
m␟
n␟
␞
o␟
p␟
␞
␝
␜
<CODE ENDS>
5.4. Articles
USV can format paragraphs, such as in this example data stream of
articles; note the units contain leading spacers and trailing spacers.
Henderson Expires 17 September 2024 [Page 9]
Internet-Draft Unicode Separated Values (USV) March 2024
<CODE BEGINS> file "articles.usv"
Title One
␟
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.
␟␞
Title Two
␟
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore
eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum.
␟␞
Title Three
␟
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore
veritatis et quasi architecto beatae vitae dicta sunt explicabo.
␟␞
<CODE ENDS>
6. Source Code Examples
These source code examples demonstrate the Rust programming language
and the USV Rust crate.
Units:
<CODE BEGINS> file "usv-rust-crate-units.rs"
use usv::*;
let str = "a␟b␟";
let units: Units = str.units().collect();
<CODE ENDS>
Records:
<CODE BEGINS> file "usv-rust-crate-records.rs"
use usv::*;
let str = "a␟b␟␞c␟d␟␞";
let records: Records = str.records().collect();
<CODE ENDS>
Groups:
Henderson Expires 17 September 2024 [Page 10]
Internet-Draft Unicode Separated Values (USV) March 2024
<CODE BEGINS> file "usv-rust-crate-groups.rs"
use usv::*;
let str = "a␟b␟␞c␟d␟␞␝e␟f␟␞g␟h␟␞␝";
let groups: Groups = str.groups().collect();
<CODE ENDS>
Files:
<CODE BEGINS> file "usv-rust-crate-groups.rs"
use usv::*;
let str = "a␟b␟␞c␟d␟␞␝e␟f␟␞g␟h␟␞␝␜i␟j␟␞k␟l␟␞␝m␟n␟␞o␟p␟␞␝␜";
let files: Files = str.files().collect();
<CODE ENDS>
7. MIME media type registration for text/usv
This section provides the MIME media type registration application
information.
Subject: Registration of MIME media type text/usv
MIME media type name: text
MIME subtype name: usv
Required parameters: none
7.1. Optional parameters: charset, header
Common usage of USV is UTF-8, but other character sets defined by
IANA for the "text" tree may be used in conjunction with the
"charset" parameter.
The "header" parameter indicates the presence or absence of the
header line. Valid values are "present" or "absent". Implementors
choosing not to use this parameter must make their own decisions as
to whether the header line is present or absent.
7.2. Encoding considerations
This media type uses LF to denote line breaks. However, implementors
should be aware that some implementations may not conform i.e. may
incorrectly use other values.
Henderson Expires 17 September 2024 [Page 11]
Internet-Draft Unicode Separated Values (USV) March 2024
7.3. Security considerations
USV files contain passive text data that should not pose any risks.
However, it is possible in theory that malicious binary data may be
included in order to exploit potential buffer overruns in the program
processing USV data. Additionally, private data may be shared via
this format (which of course applies to any text data).
7.4. Interoperability considerations
Implementors should "be conservative in what you do, be liberal in
what you accept from others" (RFC 793 [8]) when processing USV data.
Implementations deciding not to use the optional "header" parameter
must make their own decision as to whether the header is absent or
present.
7.5. Published specification
https://github.com/sixarm/usv
7.6. Applications that use this media type
Spreadsheet programs, such as with import/export. Database programs,
such as with loading/saving text. Data conversion utilities.
7.7. Additional information
Magic number(s): none
File extension(s): usv
Apple macOS File Type Code(s): TEXT
Intended usage: COMMON
Author/Change controller: IESG
Contact: Joel Parker Henderson <[email protected]>
8. IANA Considerations
We are requesting IANA to create a standard MIME media type "text/
usv".
We have filed an IANA request for this, with same contact
information.
Henderson Expires 17 September 2024 [Page 12]
Internet-Draft Unicode Separated Values (USV) March 2024
9. Security Considerations
This document should not affect the security of the Internet.
10. Converters
We implement converters to/from USV and various popular data formats,
including ASCII Separated Values (ASV), Comma Separated Values (CSV),
JavaScript Object Notation (JSON), Microsoft Excel XML (XLSX).
* asv-to-usv[asv-to-usv-rust-crate], usv-to-
asv[usv-to-asv-rust-crate]
* csv-to-usv[csv-to-usv-rust-crate], usv-to-
csv[usv-to-csv-rust-crate]
* json-to-usv[json-to-usv-rust-crate], usv-to-
json[usv-to-json-rust-crate]
* xlsx-to-usv[xlsx-to-usv-rust-crate], usv-to-
xlsx[usv-to-xlsx-rust-crate]
The converters are provided for informational purposes. The
converters are not part of the specification.
11. References
11.1. Normative References
[RFC8174] Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
May 2017, <https://www.rfc-editor.org/info/rfc8174>.
[RFC5234] Crocker, D., Ed. and P. Overell, "Augmented BNF for Syntax
Specifications: ABNF", STD 68, RFC 5234,
DOI 10.17487/RFC5234, January 2008,
<https://www.rfc-editor.org/info/rfc5234>.
[RFC6838] Freed, N., Klensin, J., and T. Hansen, "Media Type
Specifications and Registration Procedures", BCP 13,
RFC 6838, DOI 10.17487/RFC6838, January 2013,
<https://www.rfc-editor.org/info/rfc6838>.
[RFC2046] Freed, N. and N. Borenstein, "Multipurpose Internet Mail
Extensions (MIME) Part Two: Media Types", RFC 2046,
DOI 10.17487/RFC2046, November 1996,
<https://www.rfc-editor.org/info/rfc2046>.
Henderson Expires 17 September 2024 [Page 13]
Internet-Draft Unicode Separated Values (USV) March 2024
[RFC4289] Freed, N. and J. Klensin, "Multipurpose Internet Mail
Extensions (MIME) Part Four: Registration Procedures",
BCP 13, RFC 4289, DOI 10.17487/RFC4289, December 2005,
<https://www.rfc-editor.org/info/rfc4289>.
11.2. Informative References
[usv-git-repository]
Henderson, J., "USV git repository at
https://github.com/sixarm/usv", 2022.
[usv-rust-crate]
Henderson, J., "USV rust crate at
https://crates.io/crates/usv", 2024.
[asv-to-usv-rust-crate]
Henderson, J., "ASV to USV rust crate at
https://crates.io/crates/asv-to-usv", 2024.
[usv-to-asv-rust-crate]
Henderson, J., "USV to ASV rust crate at
https://crates.io/crates/usv-to-asv", 2024.
[csv-to-usv-rust-crate]
Henderson, J., "CSV to USV rust crate at
https://crates.io/crates/csv-to-usv", 2024.
[usv-to-csv-rust-crate]
Henderson, J., "USV to CSV rust crate at
https://crates.io/crates/usv-to-csv", 2024.
[json-to-usv-rust-crate]
Henderson, J., "JSON to USV rust crate at
https://crates.io/crates/json-to-usv", 2024.
[usv-to-json-rust-crate]
Henderson, J., "USV to JSON rust crate at
https://crates.io/crates/usv-to-json", 2024.
[xlsx-to-usv-rust-crate]
Henderson, J., "XLSX to USV rust crate at
https://crates.io/crates/xlsx-to-usv", 2024.
[usv-to-xlsx-rust-crate]
Henderson, J., "USV to XLSX rust crate at
https://crates.io/crates/usv-to-xlsx", 2024.
Henderson Expires 17 September 2024 [Page 14]
Internet-Draft Unicode Separated Values (USV) March 2024
[RFC2119] Bradner, S., "Key words for use in RFCs to Indicate
Requirement Levels", BCP 14, RFC 2119,
DOI 10.17487/RFC2119, March 1997,
<https://www.rfc-editor.org/info/rfc2119>.
Acknowledgements
The author would like to thank Y. Shafranovich, author of the CSV
RFC, which provided guidance for this USV RFC.
A special thank you goes to P.X.V.
Contributors
Thanks to all of the contributors.
Joel Parker Henderson
Email: [email protected]
Author's Address
Joel Parker Henderson (editor)
601 Van Ness Ave #E3-359
San Francisco, CA 94102
United States of America
Phone: 1-415-317-2700
Email: [email protected]
URI: https://linkedin.com/in/joelparkerhenderson
Henderson Expires 17 September 2024 [Page 15]