tools-python icon indicating copy to clipboard operation
tools-python copied to clipboard

Remove leftover tv_to_rdf.py

Open nicoweidner opened this issue 1 year ago • 1 comments

It seems to be that the file tv_to_rdf.py just contains a special case of the conversion logic, namely converting a tag/value file to rdf - which is covered by convertor.py. tv_to_rdf is also not exposed as CLI tool when installing the package.

An opinion from contributors who worked on the project would be appreciated!

nicoweidner avatar Sep 05 '22 15:09 nicoweidner

Furthermore, the file contains an error, so that the script can't be executed at present. In line 35 it should say with open(outfile_name, mode="wb") as outfile so that the rdf file can be written.

meretp avatar Oct 17 '22 14:10 meretp

Closing this issue as the file is fixed with #316 and moved to the example folder.

meretp avatar Nov 28 '22 07:11 meretp