Using replace text processor while converting fixed width file to delimited with normal character like ';' , '|' ,',' as delimiters is working. However considering \u0001 or [^]A or \^A is not working as expected.
标签:
apache-nifi
相关问题
- Merge two JSON flowfile together in NiFi
- Apache NiFi: How to compare multiple rows in a csv
- covertJSONtoSQL returning empty values in NiFi
- How to update variable.registry.properties in Nifi
- Understand the Notify and Wait process in NIFI in
相关文章
- Apache NiFi - OutOfMemory Error: GC overhead limit
- Creating a Proper avro schema for timestamp record
- connect SQL to apache nifi
- How to use 'DBCPConnectionPoolLookup' in &
- How to use wait\\notify Processor?
- Add column to csv using predefined file using apac
- Add two columns together using apache-nifi
- How to invoke a remote REST service in NiFi
to use special chars you could use
literal
+unescapeXml
nifi expression functions: