Hi, I am not sure whether I am terribly missing the point, but I have a simple dataflow (CSV2JSON) that does the following:
GetFile (1000 line-cvs file) SplitText (one line per file) Extract and ReplaceText in order to extract the content and construct the JSON structure UpdateAttribute in which a new attribute called filename has been created and gets assigned to myOutput.json in order to have visibility of the output PutFile My understanding is that when in presence of large files (this is not probably my case right now, but I thought to test it for future reference), it is recommended to use SplitText, so that NiFi will create a JSON file for each line. My question is how do I actually prove that SplitText is doing the job? How do you test that the file has been successfully split into multiple json files? Thank you for your help, I am rather stuck with this, I. -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/SplitText-Usage-how-to-output-my-individual-files-tp12845.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.
