pdidev / pdi

The PDI Data Interface
https://pdi.dev
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Enhance data export with user-defined formats #440

Open jbigot opened 1 year ago

jbigot commented 1 year ago

In GitLab by @fxmordant on Oct 6, 2023, 11:51

This issue addresses user feedback for more flexibility, as there is a high demand for PDI to support personalized file formats.

As PDI is currently unable to write in custom formats, a new plugin should be developed to address this demand.

One way to address this issue is by utilizing a logic-less templating system, which has multiple available tools for this specific purpose:

Other implementations, such as Django Combyne or Markup and many others, exist despite not having C/C++ implementations.