Home > Archive > Clarion > July 2006 > How do I convert csv (or any windows format) to clarion dat files?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How do I convert csv (or any windows format) to clarion dat files?
|
|
|
| Hi,
I have csv files I would like to convert to .dat files. I have a
convert from .dat to csv. I am sure there is any easy way.
Thanks!
| |
|
|
hi
look i convert from csv to dat and to tps by this steps
1- Created .dat table like csv table ( columns )
2- Import this csv table into the dictionary which contains dat table
3- Make a browse for csv table
4- Loop into the browse and copy from browse to dat table
Thanks
ikrami2000@hotmail.com
| |
|
| Hi Karim,
Thanks for the input. I must be blond! I do not know how to import csv
into the dictionary. What reader do you use for this? I think I have a
crap reader...
karim wrote:
> hi
> look i convert from csv to dat and to tps by this steps
>
> 1- Created .dat table like csv table ( columns )
> 2- Import this csv table into the dictionary which contains dat table
> 3- Make a browse for csv table
> 4- Loop into the browse and copy from browse to dat table
>
> Thanks
> ikrami2000@hotmail.com
| |
|
| look let's say that you have a dictionary and you want to import (
x.csv ) table to your dictionary so first thing you have to make two
tables in your dictionary
the first one when you create it you have to import it from ( File --
Import table ) and choose basic ( comma delimited ) the table will
created in your dictionary so now you want to convert it to tps file ,
make another one like this this csv table but not comma delmited it is
a topspeed table ,,, after that you want to import the data in csv file
to your new tps table follow this steps :
1- Make a browse for csv table
2- Loop into the browse and copy from browse to dat table
if you want me to more help send me you details to me email
[color=darkred]
| |
|
|
karim wrote:[color=darkred]
> look let's say that you have a dictionary and you want to import (
> x.csv ) table to your dictionary so first thing you have to make two
> tables in your dictionary
>
> the first one when you create it you have to import it from ( File --
> Import table ) and choose basic ( comma delimited ) the table will
> created in your dictionary so now you want to convert it to tps file ,
> make another one like this this csv table but not comma delmited it is
> a topspeed table ,,, after that you want to import the data in csv file
> to your new tps table follow this steps :
>
> 1- Make a browse for csv table
> 2- Loop into the browse and copy from browse to dat table
>
> if you want me to more help send me you details to me email
>
>
hi sir/madam, good morning
At Classic Website Templates you can find HTML Website templates,
Flash templates and banner designs which are useful in website
designing at affordable prices. All templates are attractive, easily
customizable, professionally designed and can be used for personal and
business website.HTML Website templates, Flash templates, HTML
templates, Flash Intros,
Custom Web Design, Logo templates, Dream weaver templates, FrontPage
templates, swish templates, banners, attractive templates, easily
customizable templates, professionally designed templates.
http://www.classicwebsitetemplates.org
thanks and regards
syam kumar
| |
|
|
Caren wrote:
> Hi,
>
> I have csv files I would like to convert to .dat files. I have a
> convert from .dat to csv. I am sure there is any easy way.
>
> Thanks!
Hi sir/madam, Good morning
At Classic Website Templates you can find HTML Website templates,
Flash templates and banner designs which are useful in website
designing at affordable prices. All templates are attractive, easily
customizable, professionally designed and can be used for personal and
business website.HTML Website templates, Flash templates, HTML
templates, Flash Intros,
Custom Web Design, Logo templates, Dream weaver templates, FrontPage
templates, swish templates, banners, attractive templates, easily
customizable templates, professionally designed templates.
thanks & regards
syam kumar
| |
|
|
Caren wrote:
> Hi,
>
> I have csv files I would like to convert to .dat files. I have a
> convert from .dat to csv. I am sure there is any easy way.
>
> Thanks!
Hi sir/madam, Good morning
At Classic Website Templates you can find HTML Website templates,
Flash templates and banner designs which are useful in website
designing at affordable prices. All templates are attractive, easily
customizable, professionally designed and can be used for personal and
business website.HTML Website templates, Flash templates, HTML
templates, Flash Intros,
Custom Web Design, Logo templates, Dream weaver templates, FrontPage
templates, swish templates, banners, attractive templates, easily
customizable templates, professionally designed templates.
http://www.classicwebsitetemplates.org/
thanks & regards
syam kumar
|
|
|
|
|