Member since
08-04-2018
77
Posts
4
Kudos Received
0
Solutions
10-02-2018
07:52 AM
Hi @Shu, Nice to hear from you, That is great idea, however, .* is not work in AttributeToCSV Do you have any ideas to solved that issue? Many thanks
... View more
09-30-2018
04:27 PM
Hi @Shu, Thank you so much for your answers, however, the example is too manually, I have to specify all needed attributes/keys.
... View more
09-27-2018
06:01 PM
hi all, I have flow content is json [{"a":"IboECKV", "b":"2018-09-14 21:05:02.000Z", "c":"2132a4"}, {"a":"IboECKV_a2", "b":"2018-09-14 21:05:02.000Z", "c":"2132a4_c2"}] is it possible to convert it to csv using Attribute to csv without name each key in json (because it is dynamic array json)? can we use regular expression as $1, $.* or ...?? Many thanks
... View more
Labels:
- Labels:
-
Apache NiFi
09-18-2018
06:56 PM
hi guys, I have json as: { "type" : "insert", "timestamp" : 1536959101000, "binlog_filename" : "mysql-bin-changelog.234234", "binlog_position" : 223, "database" : "test", "table_name" : "demo", "table_id" : 138, "columns" : [ { "id" : 1, "name" : "id", "column_type" : 12, "value" : "IboECKV " }, { "id" : 2, "name" : "col2", "column_type" : 93, "value" : "Fri Sep 14 21:05:02 UTC 2018" }, { "id" : 3, "name" : "col3", "column_type" : 4, "value" : 10 }, { "id" : 4, "name" : "col4", "column_type" : 4, "value" : 0 }] } How to insert json data to MySQL server use PutSQL or PutDatabaseRecord ?? Many Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
08-31-2018
06:12 PM
1 Kudo
Hi @Steven Matision, Thank you so much for your suggestions. I fixed that issue.
... View more
08-31-2018
06:11 PM
1 Kudo
Hi @Steven Matision, Thank you so much for your suggestions. I fixed that issue.
... View more
08-31-2018
03:58 PM
hi all, I have business case put data to Elasticsearch, In updateAttribute, I convert date to datetime ${submit_date:toDate():format("yyyy-MM-dd HH:mm:ss.SSSZ")} ${now():toDate():format("yyyy-MM-dd HH:mm:ss.SSSZ"))} however, data on Elasticsearch became to string? Do you know how to fix it? Many thanks, 1.png2-updateattribute.png3.png
... View more
Labels:
- Labels:
-
Apache NiFi
-
Apache Phoenix
08-31-2018
02:42 PM
Hi @Shu, Thank you so much. It works well for one group. Is it possible to start/stop multiple/all group processors
... View more
08-31-2018
12:32 PM
hi guys, Is there any ways to Start/Stop group processor from command line in Apache Nifi: Many thanks
... View more
Labels:
- Labels:
-
Apache NiFi
08-31-2018
10:02 AM
hi all, I am trying to insert json elastichsearch use apache nifi {"submit_date": "2017-09-11 12:28:57.0", "request_type": "change",
"origin": "monitoring", "description": "Start Event Process from
Zabbix", "timestamp":"2018-08-30 08:16:18.970+0000"} I insert this to elastichsearch, however, elastichsearch can understand submit_date and timestamp is datetime. So, how to insert time to elastichsearch? Many thanks
... View more
Labels:
- Labels:
-
Apache NiFi
- « Previous
- Next »