简体   繁体   English

Nifi解析HL7

[英]Nifi for parsing HL7

I am trying to parse HL7 files stored in HDFS using NIFI but i am not finding any examples or the proper way to achieve this. 我正在尝试使用NIFI解析HDFS中存储的HL7文件,但找不到任何示例或实现此目的的正确方法。 Please help. 请帮忙。

You could pull the files out of HDFS using ListHDFS + FetchHDFS, then use the ExtractHL7Attributes processor to get information out of the HL7 file, then from there use other processors to do whatever you want with the results. 您可以使用ListHDFS + FetchHDFS将文件从HDFS中拉出,然后使用ExtractHL7Attributes处理器从HL7文件中获取信息,然后从那里使用其他处理器对结果进行任何处理。

All of the available processors along with documentation are here: https://nifi.apache.org/docs.html 所有可用的处理器以及文档都在这里: https : //nifi.apache.org/docs.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM