- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Adding newline when using mergecontent processor to combine csv flowfile
- Labels:
-
Apache NiFi
Created on ‎05-22-2019 08:49 AM - edited ‎08-17-2019 03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am afraid this is very basic question but could not find an answer after spending a couple of hours. So I post the question here.
I'd like to add newlife when merging different csv flowfile with MergeContent so that output would be in right shape.
I stumbled upon a couple of articles but none of them did not work like the following link.
Here is my configuration.
I tried shift+enter, \n and so on, but could not get the output which I need..
I super appreciate if you tell me how to do this.
Thank you in advance
Created ‎05-22-2019 04:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The above was originally posted in the Community Help Track. On Wed May 22 16:52 UTC 2019, a member of the HCC moderation staff moved it to the Data Ingestion & Streaming track. The Community Help Track is intended for questions about using the HCC site itself.
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Created on ‎04-07-2020 07:06 AM - edited ‎04-07-2020 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1) Demarcator, use
${literal(' '):unescapeXml()}
2) Delimiter Strategy = Text
Created ‎11-26-2020 01:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, you saved my day.
Its also useful for merging multiple json files in a single jsonlines file.
cool!!
