如何在Apache NiFi中的ExecuteProcess中运行sed

时间:2015-11-20 03:59:26

标签: bash sed dataflow ogr2ogr apache-nifi

我有csv日志文件,我使用ogr2ogr转换为GeoJSON,然后运行sed以清除elasticsearch。具体做法是:

ogr2ogr -f "GeoJSON" output.json input.csv
sed -i -e '1,4d' -e '$d' output.json # delete first four lines and last line
sed -i '1 i\[' output.json # insert line with '[' at beginning of file

我想在NiFi中运行这些命令,但我没有运气配置ExecuteProcess。

1 个答案:

答案 0 :(得分:3)

试试这个方法

[
5
6
7
8
9

<强>输出:

res.end();
res.status(404).end();