-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62be9e3
commit b7582ae
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,28 @@ | |
<name>csv-validator</name> | ||
<url>http://maven.apache.org</url> | ||
|
||
<description> | ||
This parser can be used to parse csv and validate individual records. | ||
It returns successful, failed and all records present in file. | ||
It also states why the records were failed. | ||
</description> | ||
|
||
<licenses> | ||
<license> | ||
<name>The MIT License</name> | ||
<url>https://github.com/kunalmanishdesai/csv-validator/blob/main/LICENSE</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<id>kunalmanishdesai</id> | ||
<name>Kunal Desai</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>scm:git:https://github.com/kunalmanishdesai/csv-validator.git</connection> | ||
<developerConnection>scm:git:https://github.com/kunalmanishdesai/csv-validator.git</developerConnection> | ||
|