Created 03-15-2017 08:31 AM
I have data in my xls files and i want to process it in nifi but i am unable to find any processor which would help me with this. Is there any solution for it?
Created 03-15-2017 08:37 AM
There doesn't seems to be an out of box support for xls files. Although you can use something custom for parsing xls files.
One of the examples:
Created 03-15-2017 08:37 AM
There doesn't seems to be an out of box support for xls files. Although you can use something custom for parsing xls files.
One of the examples:
Created 03-15-2017 12:56 PM
Currently NiFi does not support XLS as a format, but there has been a community contribution to add a ConvertExcelToCSV processor under NIFI-2613.
Created 03-15-2017 01:02 PM
Just to clarify https://issues.apache.org/jira/browse/NIFI-2613 currently only supports XSSF (.xlsx) based Excel documents. I do plan to add support for HSSF (.xls) in the near future.
Created on 05-10-2021 11:01 AM - edited 05-10-2021 12:01 PM
Is HSSF support still planned? I'm trying to convert a bunch of older .xls spreadsheets, but they produce 0-byte files with the version of ConvertExcelToCSVProcessor we're using (1.12.1).
Thanks!
Created 05-11-2021 12:30 AM
Hi @John_Wise, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
Regards,
Vidya Sargur,Created 05-11-2021 05:09 AM
Thanks @VidyaSargur - I just started a new thread, per your suggestion.