Skip to content

Commit f758d31

Browse files
authored
Add test files
1 parent 411baa4 commit f758d31

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tests/custom/base_files.csv

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,22 @@ sample-100kb,https://raw.githubusercontent.com/frictionlessdata/test-data/master
33
sample-1mb,https://raw.githubusercontent.com/frictionlessdata/test-data/master/files/csv/1mb.csv,CSV,text/csv,1MB CSV test file
44
sample-1mb,https://raw.githubusercontent.com/frictionlessdata/test-data/master/files/csv/1mb.csv,CSV,text/csv,1MB CSV test file
55
precipsummer,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/static/PrecipSummer.csv,CSV,,
6+
all_month,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/all_month.csv,CSV,text/csv,Earthquake and seismic event data with location and magnitude information
7+
duplicate_headers,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/duplicate_headers.csv,CSV,text/csv,CSV file with duplicate column headers for testing
8+
excel_binary,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/excel_binary.xlsb,XLSB,application/vnd.ms-excel.sheet.binary.macroEnabled.12,Excel binary workbook file
9+
gz_source_150,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/gz_source_150.csv.gz,CSV.GZ,application/gzip,Gzipped CSV file with 150 rows
10+
gz_source,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/gz_source.csv,CSV,text/csv,CSV source file for gzip compression testing
11+
leading_zeros,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/leading_zeros.csv,CSV,text/csv,CSV file containing numeric values with leading zeros
12+
missing_headers,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/missing_headers.csv,CSV,text/csv,CSV file with missing or incomplete headers
13+
nested_zip,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/nested_zip.zip,ZIP,application/zip,ZIP archive containing nested compressed files
14+
NYC311_Civil_Services,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/NYC311_Civil_Services.csv,CSV,text/csv,NYC civil service exam results and eligible lists data
15+
quoted_newlines,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/quoted_newlines.csv,CSV,text/csv,CSV file with newline characters within quoted fields
16+
ragged_rows_150,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/ragged_rows_150.csv,CSV,text/csv,CSV file with inconsistent column counts (ragged rows) across 150 rows
17+
sample_200,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/sample_200.jsonl,JSONL,application/jsonl,JSON Lines file with 200 sample records
18+
semicolon_eu_numbers_150,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/semicolon_eu_numbers_150.csv,CSV,text/csv,Semicolon-delimited CSV with European number formatting (150 rows)
19+
test1,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/test1.csv,CSV,text/csv,Basic test CSV file
20+
TX-wys-2020-2021,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/TX-wys-2020-2021.xlsx,XLSX,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,Texas WYS data for 2020-2021 period
21+
TX-wys-2021-2022,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/TX-wys-2021-2022.xlsx,XLSX,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,Texas WYS data for 2021-2022 period
22+
unicode_emoji,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/unicode_emoji.tsv,TSV,text/tab-separated-values,Tab-separated values file containing Unicode emoji characters
23+
wide_120x120,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/wide_120x120.csv,CSV,text/csv,Wide CSV file with 120 columns and 120 rows
24+
zip_no_data_inside,https://raw.githubusercontent.com/dathere/datapusher-plus_testing/refs/heads/main/tests/dpp/zip_no_data_inside.zip,ZIP,application/zip,Empty ZIP archive or ZIP file with no data content

0 commit comments

Comments
 (0)