Interface CommentMatcher

    • Method Detail

      • isComment

        boolean isComment​(java.lang.String line)
        Determines whether a line of CSV is a comment.
        Parameters:
        line - the raw line of CSV
        Returns:
        true if it's a comment, otherwise false