转换配置表为csv格式

This commit is contained in:
flswld
2023-01-06 11:16:59 +08:00
parent 7596d87bb4
commit b6512b58c2
814 changed files with 320715 additions and 54 deletions
@@ -0,0 +1,24 @@
ID,Var值
101,
102,
104,
111,2
112,1
113,4
114,3
115,5
201,
202,
204,
205,
211,1
212,4
213,3
214,2
301,
302,
306,
311,3
312,1
313,2
314,4
1 ID Var值
2 101
3 102
4 104
5 111 2
6 112 1
7 113 4
8 114 3
9 115 5
10 201
11 202
12 204
13 205
14 211 1
15 212 4
16 213 3
17 214 2
18 301
19 302
20 306
21 311 3
22 312 1
23 313 2
24 314 4