Re: Convert xls to csv in Nifi.
Hi jeremy, Thanks for your information. Many thanks, prabhu On Sun, Jan 29, 2017 at 3:10 AM, Jeremy Dyer wrote: > Prabhu I do plan to add HSSF once I get some spare cycles. It might end up > being a separate PR but I do plan to implement it. > > Thanks, > Jeremy Dyer > > On Fri, Jan 27, 2017 at 5:50 AM, prabhu Mahendran > wrote: > >> Can I expect the HSSF implementation to the existing PR? >> >> On Fri, Jan 27, 2017 at 10:06 AM, prabhu Mahendran < >> prabhuu161...@gmail.com> wrote: >> >>> Jeremy,Thanks for your information. >>> >>> i think you will make effort to HSSF implementation in PR for convert >>> (XLS into CSV). Is it right? >>> >>> Many thanks, >>> prabhu >>> >>> On Wed, Jan 25, 2017 at 7:01 PM, Jeremy Dyer wrote: >>> Prabhu - NIFI-2613 is currently only able to convert .xlxs documents to csv. The processor uses Apache POI XSSF implementation which only supports xlxs while HSSF would be pre 2007 excel files. I think to your point I should probably make an effort to add the HSSF implementation to the existing PR. - Jeremy On Wed, Jan 25, 2017 at 1:31 AM, prabhu Mahendran < prabhuu161...@gmail.com> wrote: > Hi All, > > i have look into below JIRA for conversion of my excel documents into > csv file. > > https://issues.apache.org/jira/browse/NIFI-2613 > > i have apply patches in GitHub Pull request.And then i can able to > convert my .xlxs documents into csv file. > > But while give .xls documents it can't converted to csv file. > > Is patch applicable in jira only for .xlxs files or it's too for all > excel formats? > > Many thanks, > prabhu > >>> >> >
Re: Convert xls to csv in Nifi.
Prabhu I do plan to add HSSF once I get some spare cycles. It might end up being a separate PR but I do plan to implement it. Thanks, Jeremy Dyer On Fri, Jan 27, 2017 at 5:50 AM, prabhu Mahendran wrote: > Can I expect the HSSF implementation to the existing PR? > > On Fri, Jan 27, 2017 at 10:06 AM, prabhu Mahendran < > prabhuu161...@gmail.com> wrote: > >> Jeremy,Thanks for your information. >> >> i think you will make effort to HSSF implementation in PR for convert >> (XLS into CSV). Is it right? >> >> Many thanks, >> prabhu >> >> On Wed, Jan 25, 2017 at 7:01 PM, Jeremy Dyer wrote: >> >>> Prabhu - NIFI-2613 is currently only able to convert .xlxs documents to >>> csv. The processor uses Apache POI XSSF implementation which only supports >>> xlxs while HSSF would be pre 2007 excel files. I think to your point I >>> should probably make an effort to add the HSSF implementation to the >>> existing PR. >>> >>> - Jeremy >>> >>> On Wed, Jan 25, 2017 at 1:31 AM, prabhu Mahendran < >>> prabhuu161...@gmail.com> wrote: >>> Hi All, i have look into below JIRA for conversion of my excel documents into csv file. https://issues.apache.org/jira/browse/NIFI-2613 i have apply patches in GitHub Pull request.And then i can able to convert my .xlxs documents into csv file. But while give .xls documents it can't converted to csv file. Is patch applicable in jira only for .xlxs files or it's too for all excel formats? Many thanks, prabhu >>> >>> >> >
Re: Convert xls to csv in Nifi.
Can I expect the HSSF implementation to the existing PR? On Fri, Jan 27, 2017 at 10:06 AM, prabhu Mahendran wrote: > Jeremy,Thanks for your information. > > i think you will make effort to HSSF implementation in PR for convert (XLS > into CSV). Is it right? > > Many thanks, > prabhu > > On Wed, Jan 25, 2017 at 7:01 PM, Jeremy Dyer wrote: > >> Prabhu - NIFI-2613 is currently only able to convert .xlxs documents to >> csv. The processor uses Apache POI XSSF implementation which only supports >> xlxs while HSSF would be pre 2007 excel files. I think to your point I >> should probably make an effort to add the HSSF implementation to the >> existing PR. >> >> - Jeremy >> >> On Wed, Jan 25, 2017 at 1:31 AM, prabhu Mahendran < >> prabhuu161...@gmail.com> wrote: >> >>> Hi All, >>> >>> i have look into below JIRA for conversion of my excel documents into >>> csv file. >>> >>> https://issues.apache.org/jira/browse/NIFI-2613 >>> >>> i have apply patches in GitHub Pull request.And then i can able to >>> convert my .xlxs documents into csv file. >>> >>> But while give .xls documents it can't converted to csv file. >>> >>> Is patch applicable in jira only for .xlxs files or it's too for all >>> excel formats? >>> >>> Many thanks, >>> prabhu >>> >> >> >
Re: Convert xls to csv in Nifi.
Jeremy,Thanks for your information. i think you will make effort to HSSF implementation in PR for convert (XLS into CSV). Is it right? Many thanks, prabhu On Wed, Jan 25, 2017 at 7:01 PM, Jeremy Dyer wrote: > Prabhu - NIFI-2613 is currently only able to convert .xlxs documents to > csv. The processor uses Apache POI XSSF implementation which only supports > xlxs while HSSF would be pre 2007 excel files. I think to your point I > should probably make an effort to add the HSSF implementation to the > existing PR. > > - Jeremy > > On Wed, Jan 25, 2017 at 1:31 AM, prabhu Mahendran > wrote: > >> Hi All, >> >> i have look into below JIRA for conversion of my excel documents into >> csv file. >> >> https://issues.apache.org/jira/browse/NIFI-2613 >> >> i have apply patches in GitHub Pull request.And then i can able to >> convert my .xlxs documents into csv file. >> >> But while give .xls documents it can't converted to csv file. >> >> Is patch applicable in jira only for .xlxs files or it's too for all >> excel formats? >> >> Many thanks, >> prabhu >> > >
Re: Convert xls to csv in Nifi.
Prabhu - NIFI-2613 is currently only able to convert .xlxs documents to csv. The processor uses Apache POI XSSF implementation which only supports xlxs while HSSF would be pre 2007 excel files. I think to your point I should probably make an effort to add the HSSF implementation to the existing PR. - Jeremy On Wed, Jan 25, 2017 at 1:31 AM, prabhu Mahendran wrote: > Hi All, > > i have look into below JIRA for conversion of my excel documents into csv > file. > > https://issues.apache.org/jira/browse/NIFI-2613 > > i have apply patches in GitHub Pull request.And then i can able to convert > my .xlxs documents into csv file. > > But while give .xls documents it can't converted to csv file. > > Is patch applicable in jira only for .xlxs files or it's too for all > excel formats? > > Many thanks, > prabhu >
Convert xls to csv in Nifi.
Hi All, i have look into below JIRA for conversion of my excel documents into csv file. https://issues.apache.org/jira/browse/NIFI-2613 i have apply patches in GitHub Pull request.And then i can able to convert my .xlxs documents into csv file. But while give .xls documents it can't converted to csv file. Is patch applicable in jira only for .xlxs files or it's too for all excel formats? Many thanks, prabhu