1
votes

I am new to NiFi but i want to make a flow in NiFi in which i will take a .xls file from a FTP point and convert it to JSON file and put it in websocket server. But there is no processor regarding Excel. It will we a great help if someone let me know how to do it?

1

1 Answers

3
votes

NIFI-2613 This feature is in progress

In the meantime,

First, please try to use the option provided XLS to CSV. Basically use the provided script to convert xls to csv.

Then, follow Nifi CSV to JSON to achieve your goal