Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
input/csv: trim whitespace after eliminating comments
Accept when comments are indented, trim the whitespace from text lines after stripping off the comment. This avoids the processing of lines which actually are empty, and improves robustness (avoids errors for a non-fatal situation). Also results in more appropriate diagnostics at higher log levels.
- Loading branch information