Spreadsheets and data

Free CSV Validator.

Malformed rows, type conflicts and missing required values.

Check a supplied CSV against its actual schema and receive a correction list tied to the original records.

Chrome extension + account required.
25 free automation tasks/month across tools. Browser-provider limits apply.

WHAT TO HAVE READY

CSV and required schema.

YOUR STARTING POINT

A task you can make yours.

Copy it here. Paste it into WebAct when you are ready.

This page prepares your prompt. The task runs in WebAct.

01

Make the task yours.

Review the prompt above. Add your goal and any requirements that matter.

02

Bring it to WebAct.

Open WebAct, paste the task and provide the data and rules. Review any proposed calculation or code action before approving it, then check a known example.

03

Check the useful part.

Check formulas, code and calculations against known inputs in the appropriate runtime. Review actions before execution and keep the original data available.

A PRACTICAL GUIDE

How to use the CSV Validator.

Validate both file structure and the expected schema. A well-formed CSV can still contain missing fields or values of the wrong type.

Make the workflow fit your task.

Parse the file using its stated delimiter and encoding before checking required headers, row widths and column rules. Return each issue with a row or record reference, the original value and the violated rule. Keep syntax and data-quality findings separate.

What you provide
CSV and required schema.
What you get
Malformed rows, type conflicts and missing required values.

See the input and the result.

Illustrative input and output · a teaching example, not a live WebAct run

Example input

CSV schema: id is required; quantity must be a nonnegative integer. Header is record 1.
id,quantity
A1,2
A2,many

Completed example

Structure: two columns per record; required headers present.
Record 3, id A2, quantity "many": fails nonnegative-integer rule.
Record 2, id A1, quantity 2: passes.
Original values retained; one record needs correction.
Download this example

Load this input into the prompt, then copy it to WebAct to try the task. Your result may differ from the illustration.

Decisions and troubleshooting.

Does valid CSV syntax mean every row satisfies my schema?

No. A file can parse correctly while containing invalid dates, missing keys or text in numeric fields.

Why does a quoted address appear to create extra columns?

A parser must respect quoted delimiters and embedded line breaks. Splitting each line on commas is not sufficient.

Try it with your own source.

Replace the example with your material in the task prompt. Keep the requirements you need, then copy the task into WebAct.

Customize and copy the task ↑
BEFORE YOU BEGIN

Using WebAct.

The prompt and example are available here. Run your task in the WebAct Chrome extension.

Is this tool free?

You can copy and edit the prompt here for free. To use it with WebAct, install the Chrome extension, create and verify your account, and connect an available browser ChatGPT session. The Free plan includes 25 user-started automation tasks per calendar month, shared across tools. Ordinary browser Chat is separate; provider limits apply.

Learn about shared context in our privacy policy and choosing Chat or Task.

FROM A PROMPT TO YOUR OWN WORK

Bring the task to your page.

Install WebAct, add your source material and make the result yours.

Install WebAct