baslinux AT lists.ibiblio.org
Subject: Baslinux mailing list
List archive
Re: [BL] Importing csv to sqlite db, was Re: dbf to sql
- From: baslinux AT lists.ibiblio.org
- To: baslinux AT lists.ibiblio.org
- Subject: Re: [BL] Importing csv to sqlite db, was Re: dbf to sql
- Date: Wed, 16 Jul 2008 08:18:39 GMT
>
> The dbf convertor has the option of creating csv using another separator
> than ",", but I have not got this working yet:
> dbf --csv --separator # file.csv file.dbf
> ERROR: found no file for input
> Please make sure that the last argument is a valid dBASE file.
> Same no matter where I put the --separator #
>
> It works without the separator option.
> Can someone get the separator option to work?
>
The problem here is that # is a comment character in the shell, so dbf doesn't
see anything after the #, so it quite rightly says it hasn't got a file.
You can quote the # character:
dbf --csv --separator '#' file.csv file.dbf
Anything in single quotes is not interpretted by the shell, so things like *
and # are sent through to the program.
Cheers
Ian
-
[BL] upgrading glibc 2.2.5 to 2.3.1
, (continued)
- [BL] upgrading glibc 2.2.5 to 2.3.1, baslinux, 07/12/2008
- [BL] Opera 9.51 was Re: upgrading glibc 2.2.5 to 2.3.1, baslinux, 07/13/2008
- Re: [BL] Opera 9.51 was Re: upgrading glibc 2.2.5 to 2.3.1, baslinux, 07/15/2008
- Re: [BL] dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/13/2008
- Re: [BL] dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/15/2008
- Re: [BL] dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/14/2008
- Re: [BL] dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/14/2008
- [BL] Importing csv to sqlite db, was Re: dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/14/2008
- Re: [BL] Importing csv to sqlite db, was Re: dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/15/2008
- Re: [BL] Importing csv to sqlite db, was Re: dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/15/2008
- Re: [BL] Importing csv to sqlite db, was Re: dbf to sql, baslinux, 07/16/2008
- Re: [BL] Importing csv to sqlite db, was Re: dbf to sql, baslinux, 07/16/2008
- Re: [BL] Importing csv to sqlite db, was Re: dbf to sql, baslinux, 07/17/2008
- Re: [BL] dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/14/2008
- Re: [BL] dbf to sql convertor, was Re: Spanish dollybase,, baslinux, 07/14/2008
Archive powered by MHonArc 2.6.24.