Pentaho -
Design : Text file output
Requirement :
- Read values from DB and create a csv file.
- I want to remove the CR & LF from the last line in the generated file.
这个空的最后一行在文件解析时引起问题所以我想摆脱它。
示例示例:
Test.ktr: https://ufile.io/ug06w 这会产生output.csv,其中最后一行包含CRLF(包含3行 - 文件末尾的空白行)
input.csv https://ufile.io/lj0tj (模拟来自数据库的值,包含2行)