Re: Text File Output
- From: "Ursus" <ursus.kirk@xxxxxxxxxx>
- Date: Sun, 23 Mar 2008 10:29:49 +0100
Jenny,it would be very simple to NOT export the data
and then import it. BUT connect the two files, or perform an import
directly
from one file to an other. Any in-between data management (like search and
replace) will make the output liable to unwanted changes. IF you have a
fmp
table you can import from any other fmp table as long as the data-types
are
the same (textfield into textfield, etc)
Keep well, Ursus- Hide quoted text -
- Show quoted text -
Hi Ursus
You don't state from which kind of database (I suppose fmp) TO which other
database (I also suppose fmP)
Yes I will be wanting to export my fields from one FMP table to
another.
IF you have a fmp
table you can import from any other fmp table as long as the data-types
are
the same (textfield into textfield, etc)
I will make the data types the same. Will I acheive the export/import
in the same way; create a script with an 'export records' step,
specify the file type and then the export order? If so then I guess
there is a .fp7 extension available in the list of file extensions - I
don't have Filemaker in fornt of me ;-/
Hi Jenny,
With two fmp files in place you don't need to export. In fact the source
file doe not have to be open at the time of import, but often will be open.
Because you probably want to import only a portion of the file.
The way to set this up:
find the records you want to export
switch to the file you want to import them
create a script that imports the records.
Make sure you connect all the fields (by field name) properly. After that
you can do this without user intervention. It is easiest if fields in both
sourcfe and target file have the same names. Filemaker can then auto-connect
them.
first script (source file) only has one script step : find records
second script (target file) only has one script step: import records
BUT if you are going to this often you might want to think WHY you are doing
the import of data you already have. Unless you are going to give away each
target file setting up a relationship would normally the way to go.
As a rule of thumb you can say, if you are doing an action over and over
again (like duplicating records or fields) there probably will be a quicker
and better way to achieve the same result.
Keep well, Ursus
.
- References:
- Text File Output
- From: JayBee
- Re: Text File Output
- From: Ursus
- Re: Text File Output
- From: JayBee
- Text File Output
- Prev by Date: Re: Text File Output
- Next by Date: Re: Make phoneno format XX XX XX XX
- Previous by thread: Re: Text File Output
- Next by thread: Re: Text File Output
- Index(es):
Relevant Pages
|