We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fe2e98 commit 5d1a179Copy full SHA for 5d1a179
src/modules/CSVURLModule.js
@@ -59,7 +59,7 @@ class CSVURLModule {
59
});
60
this.data = normalizeEmptyValues(parsedData, this.unalterableColumns);
61
}
62
- return validateCSV(this.url, csvSchema, this.csvModule.data);
+ return validateCSV(this.url, csvSchema, this.data);
63
64
logger.warn(`No CSV schema provided for data found at ${this.url}`);
65
return true;
0 commit comments