Bryan, thank you so much. I will then try a combination of ReplaceText and MergeContent and work out whether I need any additional manipulation after that. I am kinda struggling with ReplaceText, once again, I am using in the search value (\r\n) and the replacement value empty. Furthermore, my replacement strategy is Literal Replace with Evaluation Mode Line by line (I have modified these values and tried different combinations, but no joy)
In case of the following value: "This is adescription", I would like to be returned with: "This is a description" However, the regex seems to replace everything before and after ¦ with ??, without touching the values/sentences that needs the space in. Is that because my file is probably still in ASCII? Should I convert it into UTF-8 before using ReplaceText? Can you help? Thank you, -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Using-the-template-cvs-to-json-to-convert-dsv-files-into-json-format-a-few-questions-tp9738p9921.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
