Added an optional function `customCleanupFilter` to the csvtextarea web component. The function is expected to operate on an HTML object containing the row being evalated. If the user defined function returns true the row is accepted. If false the row will be removed.
CL-web-components provides a collection of Web Components used by Caltech Library in various web sites and projects.
The following are the components currently provided.
One additional helper module is currently provided, `parseCSV.js`, that provides stringify and parse functions for CSV rows and strings.