Swirrl / table2qb

A generic pipeline for converting tabular data into rdf data cubes
Eclipse Public License 1.0
13 stars 4 forks source link

Trim column headings when looking for matches in columns.csv #111

Closed jennet closed 4 years ago

jennet commented 4 years ago

A rogue whitespace character at the end of a column heading causes the cube-pipeline to error, but as the problem is whitespace it's not obvious what the problem is (as the column heading appears to match).

Possible workaround: column headings are trimmed of any whitespace before looking for a match

I can supply test files if necessary.

Robsteranium commented 4 years ago

I'm closing this now following the discussions in #115. Please see #122 for an alternative proposal to re-introduce this under a feature flag.