CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
-
Updated
Dec 29, 2024 - Java
CSV validator, highlighter and formatter plugin for JetBrains Intellij IDEA, PyCharm, WebStorm, ...
An example of how to reads a CSV file, validate the input data, and output the data to standard output. This performs validation on fields like id, name, birthday, gender, and phone number based on specific rules. The validated data is output along with error messages for invalid data. The header of the CSV file is excluded from validation.
A parser and validator which shall validate and parse csv file and return successful and failed records.
Add a description, image, and links to the csv-validator topic page so that developers can more easily learn about it.
To associate your repository with the csv-validator topic, visit your repo's landing page and select "manage topics."