From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: [PATCH] gnu: add xlsx2csv. Date: Fri, 12 Aug 2016 22:42:26 +1000 Message-ID: <662c11f7-601d-6714-173f-5abf53a96e4f@uq.edu.au> References: <878tw3zia9.fsf@gnu.org> <5f752f76-a58a-a1e0-403d-ed5dd2715e13@uq.edu.au> <871t1vzesb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------F4F3622EFD24AC246F1C2B08" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53117) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYDGs-0001JE-Ur for guix-devel@gnu.org; Fri, 12 Aug 2016 10:17:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYDGQ-0006Jb-US for guix-devel@gnu.org; Fri, 12 Aug 2016 10:17:14 -0400 In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Catonano , Jan Nieuwenhuizen Cc: guix-devel This is a multi-part message in MIME format. --------------F4F3622EFD24AC246F1C2B08 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, On 11/08/16 23:02, Catonano wrote: > > > 2016-08-11 14:11 GMT+02:00 Jan Nieuwenhuizen >: > > Ben Woodcroft writes: > [..] > > > > However, I note that while the check phase passes, many of the tests > > are reported as being failed. Could you look into it? > > That's trying to run them with non-installed python versions. Patched > the test script to only use `python.' Ah, I see. Better. [..] > > >> + (synopsis "xlsx to csv converter") > >> + (description > >> + "Xls2csv converts xslx files to csv format. Handles large > >> xlsx-files.") > > > How about "Xlsx2csv is a program to convert Open Office XML (XLSX) > > format spreadsheets into plaintext @dfn{comma separated values} > (CSV) > > files. It was designed to be fast and to handle large input files." > > Better, thanks. > > > for what it matters, I would leave the original wording in place. > > It's important that people know that this packages deals also with > Microsoft Excel files. > > There are tons of such files around and people struggle with them > > It happened to me recently. I had to convert a bunch of those files > and the tools I found were not adequate. > > I did it by hand and then discovered xlsx2csv > > If someone (especially from the data journalism or open data camps) > casually browses the Guix packages list, I think it's important that > it's clear that this package deals with xlsx files > > The OpenOffce name could be misleading to not too tech oriented people. > > I understand there's the problem of not steering people to non free > software. But this package is supposed to help people trying to bring > data outside of that realm. > > They don't need not be steered to Excel, they are already trying to > get away, if they come to this package. OK, I see your point, and we have other packages that mention Excel already. It is frustrating that the official name is misleading. Would either of you like to suggest an alternative wording? Thanks, ben --------------F4F3622EFD24AC246F1C2B08 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by newmailhub.uq.edu.au id u7CCgSRt040628

Hi,


On 11/08/16 23:02, Catonano wrote:


2016-08-11 14:11 GMT+02:00 Jan Nieuwenhuizen <janneke= @gnu.org>:
Ben Woodcroft writes:

[..]

> However, I note that while the check phase passes, many of the tests
> are reported as being failed. Could you look into it?<= br>
That's trying to run them with non-installed python =
versions.  Patched
the test script to only use `python.'

Ah, I see. Better.

[..]
>> +=C2=A0 =C2=A0 (synopsis "xlsx to csv converter")<= br> >> +=C2=A0 =C2=A0 (description
>> +=C2=A0 =C2=A0 =C2=A0"Xls2csv converts xslx files = to csv format.=C2=A0 Handles large
>> xlsx-files.")

> How about "Xlsx2csv is a program to convert Open Office XML (XLSX)
> format spreadsheets into plaintext @dfn{comma separated values} (CSV)
> files.=C2=A0 It was designed to be fast and to handle large input files."

Better, thanks.

for what it matters, I would leave the original wording in place.

It's important that people know that this packages deals also with Microsoft Excel files.

There are tons of such files around and people struggle with them

It happened to me recently. I had to convert a bunch of those files and the tools I found were not adequate.

I did it by hand and then discovered xlsx2csv

If someone (especially from the data journalism or open data camps) casually browses the Guix packages list, I think it's important that it's clear that this package deals with xlsx files

The OpenOffce name could be misleading to not too tech oriented people.

I understand there's the problem of not steering people to non free software. But this package is supposed to help people trying to bring data outside of that realm.

They don't need not be steered to Excel, they are already trying to get away, if they come to this package.

OK, I see your point, and we have other packages that mention Excel already. It is frustrating that the official name is misleading. Would either of you like to suggest an alternative wording?

Thanks,
ben
--------------F4F3622EFD24AC246F1C2B08--