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
|
{
"toc": [
{
"title": "Prerequisites",
"link": "~/examples/prerequisites",
"children": [
{
"title": "Using and Dispose",
"link": "~/examples/prerequisites/using-and-dispose"
},
{
"title": "Reading and Writing Files",
"link": "~/examples/prerequisites/reading-and-writing-files"
},
{
"title": "Streams",
"link": "~/examples/prerequisites/streams"
}
]
},
{
"title": "Reading",
"link": "~/examples/reading",
"children": [
{
"title": "Get Class Records",
"link": "~/examples/reading/get-class-records"
},
{
"title": "Get Dynamic Records",
"link": "~/examples/reading/get-dynamic-records"
},
{
"title": "Get Anonymous Type Records",
"link": "~/examples/reading/get-anonymous-type-records"
},
{
"title": "Enumerate Class Records",
"link": "~/examples/reading/enumerate-class-records"
},
{
"title": "Reading by Hand",
"link": "~/examples/reading/reading-by-hand"
},
{
"title": "Reading Multiple Data Sets",
"link": "~/examples/reading/reading-multiple-data-sets"
},
{
"title": "Reading Multiple Record Types",
"link": "~/examples/reading/reading-multiple-record-types"
}
]
},
{
"title": "Writing",
"link": "~/examples/writing",
"children": [
{
"title": "Write Class Objects",
"link": "~/examples/writing/write-class-objects"
},
{
"title": "Write Dynamic Objects",
"link": "~/examples/writing/write-dynamic-objects"
},
{
"title": "Write Anonymous Type Objects",
"link": "~/examples/writing/write-anonymous-type-objects"
},
{
"title": "Appending to an Existing File",
"link": "~/examples/writing/appending-to-an-existing-file"
}
]
},
{
"title": "Configuration",
"link": "~/examples/configuration",
"children": [
{
"title": "Class Maps",
"link": "~/examples/configuration/class-maps",
"children": [
{
"title": "Mapping Properties",
"link": "~/examples/configuration/class-maps/mapping-properties"
},
{
"title": "Mapping by Name",
"link": "~/examples/configuration/class-maps/mapping-by-name"
},
{
"title": "Mapping by Alternate Names",
"link": "~/examples/configuration/class-maps/mapping-by-alternate-names"
},
{
"title": "Mapping Duplicate Names",
"link": "~/examples/configuration/class-maps/mapping-duplicate-names"
},
{
"title": "Mapping by Index",
"link": "~/examples/configuration/class-maps/mapping-by-index"
},
{
"title": "Auto Mapping",
"link": "~/examples/configuration/class-maps/auto-mapping"
},
{
"title": "Ignoring Properties",
"link": "~/examples/configuration/class-maps/ignoring-properties"
},
{
"title": "Constant Value",
"link": "~/examples/configuration/class-maps/constant-value"
},
{
"title": "Type Conversion",
"link": "~/examples/configuration/class-maps/type-conversion"
},
{
"title": "Inline Type Conversion",
"link": "~/examples/configuration/class-maps/inline-type-conversion"
},
{
"title": "Optional Maps",
"link": "~/examples/configuration/class-maps/optional-maps"
},
{
"title": "Validation",
"link": "~/examples/configuration/class-maps/validation"
}
]
},
{
"title": "Attributes",
"link": "~/examples/configuration/attributes"
}
]
},
{
"title": "Type Conversion",
"link": "~/examples/type-conversion",
"children": [
{
"title": "Type Converter Options",
"link": "~/examples/type-conversion/type-converter-options"
},
{
"title": "Custom Type Converters",
"link": "~/examples/type-conversion/custom-type-converter"
}
]
},
{
"title": "CsvDataReader",
"link": "~/examples/csvdatareader"
}
]
}
|