HelloCSV home page
0.1.4
Search...
⌘K
Support
Try it out
Try it out
Search...
Navigation
API Reference
Importer Validation Error
Demo
Source Code
Get Started
Introduction
Why?
Usage
Demo
API Reference
Importer Props
Sheet Definition Props
Column Types
Common Column Props
Importer State
Sheet State
Validators
Transformers
Importer Validation Error
Configuration
Peer vs Bundled
React
Customization
Height and Width
Theme Styles
Development
Setup
No Build Example
Docs
Deployment
On this page
sheetId
rowIndex
columnId
message
API Reference
Importer Validation Error
This section describes the structure of a validation error.
sheetId
Type:
string
Required:
Yes
Description:
Identifier of the sheet where the error occurred.
rowIndex
Type:
number
Required:
Yes
Description:
0-based index indicating the row with the error.
columnId
Type:
string
Required:
Yes
Description:
Column identifier where the error occurred.
message
Type:
string
Required:
Yes
Description:
Error message describing the validation failure.
Transformers
Peer vs Bundled
Assistant
Responses are generated using AI and may contain mistakes.