gbv / jskos-cli

Command Line Applications to process JSKOS data format
MIT License
1 stars 1 forks source link

jskos-convert: Fix issue related to interpretation of `broaderNotation` when converting concepts from CSV #34

Closed stefandesu closed 1 year ago

stefandesu commented 1 year ago

When broaderNotation is an empty string (which is usually the case if the CSV data is quoted), it is interpreted as a broader notation and causes different issues. Instead, an empty string should be considered as "no broader concept".