Sample CSV Files

A comma-separated values (CSV) file is a delimited text file that uses a comma to separate values.

Below are some sample CSV files that you can download for free. Use these in WS Form or with any project you wish.

Business

FileDescription
industry.csvA list containing industry names.
industry_sic.csvA list of condensed SIC industry codes and industry names.

Color

FileDescription
color_srgb.csvA list containing sRGB color names including HEX and RGB formats.
color_web_safe.csvA list of all 216 Web Safe colors in both HEX and RGB formats.
color_x11.csvA list containing X11 color names including HEX and RGB formats.

Date / Time

FileDescription
day.csvA list containing 31 days.
month.csvA list of months including the name as well as its abbreviation.
time.csvA list containing times in 15 minute intervals.
timezone.csvA list of timezones.
weekday.csvA list containing weekdays.
year-future.csvA list of years starting with 2023 and ending with 2123.
year-past.csvA list of years starting with 2023 and ending with 1921.

E-Commerce

FileDescription
currency.csvA list of currencies containing codes, symbols, and names.
size.csvA list containing a range of sizes from extra small to extra large.

Geographic

FileDescription
continent.csvA list of continents.
county_uk.csvA list of UK counties with corresponding countries.
country.csvA two-column CSV file containing country names and two character codes.
country_full.csvA multi-column CSV file containing country names, codes, and regions.
locations.csvA list containing famous locations around the world, each with latitude and longitude.
province_ca.csvA list of Canadian provinces including the full province name as well as its two-letter abbreviation.
state_au.csvA list of Australian states including the full state name as well as its abbreviation.
state_us.csvA list of US states including the full state name as well as its two-letter abbreviation.
states_by_country_code.csvA list of worldwide state/province codes and names with associated country code.
states_by_country.csvA list of worldwide state/province codes and names with associated country code and name.

Personal

FileDescription
age.csvA list containing suggest age brackets from under 18 to 65 or above.
education.csvA list containing different levels of education from high school to degree.
employment_status.csvA list of employment statuses from student to full-time employee.
job_status.csvA list of different job statuses from seasonal to full-time.
marital_status.csvA list of different marital statuses.

Survey

FileDescription
agreement.csvA list containing levels of agreement, from strongly disagree to strongly agree.
comparison.csvA list of comparisons from much worse to much better.
duration.csvA list containing a range of durations from less than a month to over three years and never.
frequency.csvA list containing frequencies from less than once a month to daily.
importance.csvA list containing levels of importance, from not at all important to very important.
probability.csvA list of probabilities from definitely not to definitely.
satisfaction.csvA list of different satisfaction levels from very unsatisfied to very satisfied.

How to Import CSV Files into WS Form

You can import these sample CSV files into a select, checkbox or radio field data grid in one of two ways:

Preset Data Source

You can use the data source feature of a data grid to quickly and easily import the samples CSV files above.

Learn more about Data Sources.

CSV Import

You can import any CSV file into a data grid. To import a CSV file, either click the Import icon or drag a CSV file into the data grid area. When you drag the file into the data grid area, a blue box will appear with a dashed outline. Release the file into that area, and the CSV import will begin.

Note that when you import a file, all data in that data grid will be replaced with the CSV you import.