Improve message for invalid headers in validation
This commit is contained in:
@ -92,7 +92,7 @@ class CsvxmlValidator {
|
||||
|
||||
for (let header of headers) {
|
||||
if (this.fieldList[header] === undefined) {
|
||||
this.errors.parsing.push("Invalid column " + header + " detected! Please remove this column or use the appropriate name!");
|
||||
this.errors.parsing.push("Invalid column \"" + header + "\" detected! Please remove this column or use the appropriate name!");
|
||||
}
|
||||
}
|
||||
|
||||
|
2
public/assets/js/csvxmlV2.min.js
vendored
2
public/assets/js/csvxmlV2.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user