File size: 7,367 Bytes
0735175
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "sites": 10,
  "csv_pass": 10,
  "json_pass": 10,
  "combined_pass": 10,
  "results": [
    {
      "site": "https://python.org/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nPython,https://python.org/,Python\nPSF,https://www.python.org/psf/,PSF",
      "sample_json": "[{\"title\": \"Python\", \"url\": \"https://python.org/\", \"content\": \"Python\"}, {\"title\": \"PSF\", \"url\": \"https://www.python.org/psf/\", \"content\": \"PSF\"}]"
    },
    {
      "site": "https://pypi.org/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nDocs,https://docs.pypi.org/,Docs\nSponsors,https://pypi.org/sponsors/,Sponsors",
      "sample_json": "[{\"title\": \"Docs\", \"url\": \"https://docs.pypi.org/\", \"content\": \"Docs\"}, {\"title\": \"Sponsors\", \"url\": \"https://pypi.org/sponsors/\", \"content\": \"Sponsors\"}]"
    },
    {
      "site": "https://kubernetes.io/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nKubernetes,https://kubernetes.io/,Kubernetes\nDocumentation,https://kubernetes.io/docs/home/,Documentation",
      "sample_json": "[{\"title\": \"Kubernetes\", \"url\": \"https://kubernetes.io/\", \"content\": \"Kubernetes\"}, {\"title\": \"Documentation\", \"url\": \"https://kubernetes.io/docs/home/\", \"content\": \"Documentation\"}]"
    },
    {
      "site": "https://huggingface.co/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nHugging Face,https://huggingface.co/,Hugging Face\nModels,https://huggingface.co/models,Models",
      "sample_json": "[{\"title\": \"Hugging Face\", \"url\": \"https://huggingface.co/\", \"content\": \"Hugging Face\"}, {\"title\": \"Models\", \"url\": \"https://huggingface.co/models\", \"content\": \"Models\"}]"
    },
    {
      "site": "https://news.ycombinator.com/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nHacker News,https://news.ycombinator.com/news,Hacker News new | past | comments | ask | show | jobs | submit login\nnew,https://news.ycombinator.com/newest,Hacker News new | past | comments | ask | show | jobs | submit login",
      "sample_json": "[{\"title\": \"Hacker News\", \"url\": \"https://news.ycombinator.com/news\", \"content\": \"Hacker News new | past | comments | ask | show | jobs | submit login\"}, {\"title\": \"new\", \"url\": \"https://news.ycombinator.com/newest\", \"content\": \"Hacker News new | past | comments | ask | show | jobs | submit login\"}]"
    },
    {
      "site": "https://docs.docker.com/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 6,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nGet started,https://docs.docker.com/get-started/,Get started\nGuides,https://docs.docker.com/guides/,Guides",
      "sample_json": "[{\"title\": \"Get started\", \"url\": \"https://docs.docker.com/get-started/\", \"content\": \"Get started\"}, {\"title\": \"Guides\", \"url\": \"https://docs.docker.com/guides/\", \"content\": \"Guides\"}]"
    },
    {
      "site": "https://mozilla.org/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nProducts,https://mozilla.org/en-US/products/,Products\nMozilla VPN,https://mozilla.org/en-US/products/vpn/,Mozilla VPN",
      "sample_json": "[{\"title\": \"Products\", \"url\": \"https://mozilla.org/en-US/products/\", \"content\": \"Products\"}, {\"title\": \"Mozilla VPN\", \"url\": \"https://mozilla.org/en-US/products/vpn/\", \"content\": \"Mozilla VPN\"}]"
    },
    {
      "site": "https://go.dev/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nCase Studies,https://go.dev/solutions/case-studies,Case Studies\nUse Cases,https://go.dev/solutions/use-cases,Use Cases",
      "sample_json": "[{\"title\": \"Case Studies\", \"url\": \"https://go.dev/solutions/case-studies\", \"content\": \"Case Studies\"}, {\"title\": \"Use Cases\", \"url\": \"https://go.dev/solutions/use-cases\", \"content\": \"Use Cases\"}]"
    },
    {
      "site": "https://example.com/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 1,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 1,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nLearn more,https://iana.org/domains/example,Example Domain This domain is for use in documentation examples without needing permission. Avoid use in operations. Learn more",
      "sample_json": "[{\"title\": \"Learn more\", \"url\": \"https://iana.org/domains/example\", \"content\": \"Example Domain This domain is for use in documentation examples without needing permission. Avoid use in operations. Learn more\"}]"
    },
    {
      "site": "https://www.w3.org/",
      "csv_header": [
        "title",
        "url",
        "content"
      ],
      "csv_rows": 5,
      "json_keys": [
        "title",
        "url",
        "content"
      ],
      "json_rows": 5,
      "csv_ok": true,
      "json_ok": true,
      "sample_csv": "title,url,content\nNews,https://www.w3.org/news/,\"Latest news Latest entries from across our News , Press Releases or Blog .\"\nPress Releases,https://www.w3.org/press-releases/,\"Latest news Latest entries from across our News , Press Releases or Blog .\"",
      "sample_json": "[{\"title\": \"News\", \"url\": \"https://www.w3.org/news/\", \"content\": \"Latest news Latest entries from across our News , Press Releases or Blog .\"}, {\"title\": \"Press Releases\", \"url\": \"https://www.w3.org/press-releases/\", \"content\": \"Latest news Latest entries from across our News , Press Releases or Blog .\"}]"
    }
  ]
}