Skip to content

Unexpected Identifier #31

@MB34

Description

@MB34

I'm getting an unexpected identifier on line 174:

eval("textFunc = function(d) { return (" + cond_str.join(" + ' ' + ") + "); }");

This is the resulting data:

textFunc = function(d) { return (d.FILENAME + ' ' + d.DOC_NAME + ' ' + d.PRINT_DATE + ' ' + d.EVENT_CODE + ' ' + d.STATE + ' ' + d.DESIGNATION + ' ' + d.PROGRAM_CODE + ' ' + d.COURSE NAME + ' ' + d.DISTRIBUTION + ' ' + d.YEAR); }

What could be the cause of this? Using version 1.1.1 that I just downloaded.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions