TechnionTDK / jbs-json23plet

A command-line tool for generating RDF triplets from Json input
1 stars 0 forks source link

Executing generator - what happens to previous data? #17

Open omishali opened 7 years ago

omishali commented 7 years ago

When I run one of the generators, e.g., the basic generator, what happens to previous data that was generated by it within the output directory? is it deleted prior to the execution? is it simply overridden?

@TechnionTDK/team-json23plet

yontyon commented 7 years ago

simply overridden

On 06/02/17 10:50, Oren Mishali wrote:

When I run one of the generators, e.g., the basic generator, what happens to previous data that was generated by it within the output directory? is it deleted prior to the execution? is it simply overridden?

@TechnionTDK/team-json23plet https://github.com/orgs/TechnionTDK/teams/team-json23plet

— You are receiving this because you are on a team that was mentioned. Reply to this email directly, view it on GitHub https://github.com/TechnionTDK/jbs-json23plet/issues/17, or mute the thread https://github.com/notifications/unsubscribe-auth/AWGEjTNcgOugUDY0KyK2t3Hq-XQ1ZIv_ks5rZt7lgaJpZM4L36dc.

omishali commented 7 years ago

This may lead to inconsistent state, e.g., if file tanach-1.json in the input is renamed, the previous output will remain. I am not sure yet about the best alternative. I am marking this an issue that should be resolved in the future.