This is an automated email from the ASF dual-hosted git repository.
sgoeschl pushed a change to branch FREEMARKER-146
in repository https://gitbox.apache.org/repos/asf/freemarker-generator.git.
from b2c4da1 FREEMARKER-146 Cleanly separate example templates and data
from user-supplied content
new 03b5d6d FREEMARKER-146 Cleanly separate example templates and data
from user-supplied content
new 57b1474 FREEMARKER-146 Cleanly separate example templates and data
from user-supplied content
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
freemarker-generator-cli/README.md | 2 +-
.../examples/templates/dataframe/example.ftl | 6 +--
.../examples/templates/excel/csv/custom.ftl | 2 +-
freemarker-generator-cli/run-examples.sh | 2 +-
.../src/main/scripts/run-examples.sh | 2 +-
.../freemarker/generator/cli/ExamplesTest.java | 2 +-
.../freemarker/generator/cli/ManualTest.java | 4 +-
.../templates/csv/csv/transform.ftl | 30 ++----------
.../templates/csv/html/transform.ftl | 40 +++++++---------
.../templates/csv/md/transform.ftl | 22 +++------
.../templates/excel/csv/transform.ftl | 9 ++--
.../templates/lib/commons-csv.ftl | 55 ++++++++++++++++++++++
.../generator/tools/dataframe/DataFrameTool.java | 8 ++++
13 files changed, 107 insertions(+), 77 deletions(-)
create mode 100644 freemarker-generator-cli/templates/lib/commons-csv.ftl