This commit is contained in:
2026-07-12 14:54:50 +08:00
commit a769e4ae58
99 changed files with 9278 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
{
"program": "KYU01CVT",
"records": [
{
"input": {
"KYU01R01": {
"CSV-LINE": "# コメント行です"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00001,山田太郎,001,01,01,300000,1500,2,1"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00003,鈴木一郎,002,02,02,250000,1200,1,1"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00004,\"山田"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "一郎\",002,02,02,250000,1200,1,1"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00005,田中花子,003,03,03,200000,1000,3,1"
}
}
}
]
}
+47
View File
@@ -0,0 +1,47 @@
{
"program": "KYU01CVT",
"records": [
{
"input": {
"KYU01R01": {
"CSV-LINE": "00001,山田太郎,001,01,01,300000,1500"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00002,佐藤花子,002,02,02,250000,1200,1,1,extra"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": " ,鈴木次郎,003,03,03,200000,1000,1,1"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "A0001,田中三郎,004,04,04,350000,1800,2,1"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00005,高橋四郎,005,05,05,400000,ABC,3,1"
}
}
},
{
"input": {
"KYU01R01": {
"CSV-LINE": "00006,12345,006,06,06,150000,800,0,1"
}
}
}
]
}