pldn / LDWizard

🧙 LDWizard: A generic framework for simplifying the creation of linked data. Supported by the PLDN community.
European Union Public License 1.2
13 stars 7 forks source link

Reusing transformation script #10

Closed ivozandhuis closed 11 months ago

ivozandhuis commented 4 years ago

Could we introduce a function that helps the user to reuse a previously created transformation script on the same but updated csv-file?

wouterbeek commented 4 years ago

Good point, let's start with specifying this in the context of M1. We can create implementation issues afterwards.

wouterbeek commented 4 years ago

Reusing transformations is relatively complex, since it requires that the exported transformation script is imported in exactly the same way (i.e., resulting in the exact same settings).

Since we support multiple transformation formats, it must be possible to export as RML, import in the same wizard, export as CoW, import in the same wizard, and export to the same RML as before.

Transformation script reuse has implications for the changeability of LD Wizard: users may try to reuse an older script in a newer wizard.

Transformation reuse is a relatively advanced feature.

wouterbeek commented 4 years ago

Consider supporting fewer formats for reuse than for export. (Less complexity for the reuse feature.)

philipperenzen commented 11 months ago

Hi all,

It appears this issue duplicates work currently underway in #60. @vemonet is actively progressing on this feature there. Please feel free to take a look and contribute to the discussion.

Thank you for your cooperation!