Check a data file
Inspect JSON, XML, and CSV syntax, structure, delimiters, encoding, row consistency, and extension mismatches directly in your browser.
Analyzing your file...
Checking the file structure.
ARADURU is checking this file.
Waiting for the diagnosis.
Wait for the browser-side check to finish.
Building your troubleshooting path.
Waiting for the problem context.
Waiting for the file check.
Waiting for the next step.
WHY ARADURU SAYS THIS
Review file evidence and details
File facts, recovery guidance, and technical checks stay here until you need them.
Show details
Your file at a glance
ARADURU will suggest the safest next action after the file check finishes.
File identity evidence
Technical details View file checks
Data file won’t parse, import, or open correctly?
Start with the file itself. ARADURU checks whether supported structured-data files can be parsed consistently before you assume the destination application is the problem.
Structure checks for JSON, XML, and CSV
Each format uses a different parser. ARADURU reports file-side evidence without pretending to validate every application schema or business rule.
JSON syntax and nesting
UTF-8 decoding, complete JSON parsing, root type, top-level item or key count, and parsed nesting depth.
XML well-formedness
UTF-8 decoding, browser XML parsing, root element, element count, and element nesting depth.
Delimited table structure
Balanced quoted fields, comma/tab/semicolon/pipe detection, row count, column count, and inconsistent-row warnings.
Readable structure is not the same as valid business data.
A JSON, XML, or CSV file can parse successfully and still fail a destination’s schema, required-field, type, encoding-policy, import, or business-rule requirements.
- Keep the original. Test edits, renames, or repairs on a copy.
- Check the destination rules. A valid file can still violate an API or import schema.
- Use Compatibility Check. Review the file-side structure separately from application support.
- Use Upload Check. Compare file type, size, and filename rules before submission.