Member since
11-29-2018
2
Posts
0
Kudos Received
0
Solutions
11-29-2018
11:06 PM
Hi , I hava use case to split a large file to 0.5 GB files,I was able to slit the file to 0.5 GB but thw split is not record oriented.I see records splitting in the middle. E.g. Original File: abc|12324|abc|1234 aaa|12324|abc|1234 ccc|12324|abc|1234 ddd|12324|abc|1234 Split File1 abc|12324|abc|1234 aaa|12324| Split File2: abc|1234 ccc|12324|abc|1234 ddd|12324|abc|1234 I am using split text using Split Text Processor,I have attached the screnshot below. What am I doing wrong? Can anyone direct me to examples / templates? Thanks! Hemanth
... View more
Labels:
- Labels:
-
Apache NiFi