dbTalk Databases Forums  

Import ShareIt Order into filemaker 8.51

comp.databases.filemaker comp.databases.filemaker


Discuss Import ShareIt Order into filemaker 8.51 in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
CB
 
Posts: n/a

Default Import ShareIt Order into filemaker 8.51 - 02-20-2007 , 07:21 AM






Hi NG,

i am locking for a plugin or something to import an Order (Text Mail)
from ShareIt into my filemaker 8.51 database. I there a way to do
this?

Thx for any Help

Ulrike


Reply With Quote
  #2  
Old   
Matt Wills
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-20-2007 , 08:42 AM






If all you're doing is importing text, FileMaker is quite capable of doing that on it its own, not plugin necessary.

You would likely import the entire text into one field, then parse it out to separate fields using various text functions.

Matt

On 02/20/2007 08:21:23 "CB" <info (AT) gaeb-online (DOT) de> wrote:

Quote:
Hi NG,

i am locking for a plugin or something to import an Order (Text Mail) from
ShareIt into my filemaker 8.51 database. I there a way to do this?

Thx for any Help

Ulrike

Reply With Quote
  #3  
Old   
CB
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-20-2007 , 09:18 AM



Hi,

I want to parse several text fields into separate database fields. Can
you tell me where to find an example for the text functions you
mentioned? Do I have to put this in a script? Sorry for these "newbee"
questions...

Ulrike


Reply With Quote
  #4  
Old   
CB
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-20-2007 , 10:06 AM



The text iŽll copy from the eMail looks like this, the delimiter will
be the =

Vorname = Name
Nachname = Name1
Firma = Company
Strasse = Street
PLZ = 12345
Stadt = City
PLZ + Stadt = 12345 City
Land = Germnay
Staat / Provinz =
Telefon = 0789 12345
Fax = 0789 45678




Reply With Quote
  #5  
Old   
CB
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-21-2007 , 08:42 AM



Hi there, me again,

has really no one a idea how to find the text after the delimiter and
copy it into a field of the database?

Firma = Company

The script should find the text after the = (here Company)



Reply With Quote
  #6  
Old   
Matt Wills
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-21-2007 , 08:46 AM



If you can be sure it will always be in this format, then you can use Position and Middle functions for pretty much all of it.

Quick example:

We'll put your text into a field named Import, and extract the Telefon number:

Telefon =

Let (

Pos = Position ( Import ; "Telefon" ; 1 ; 1 ) + 10 ;

Middle ( Import ; Pos ; 10 ) )

In plain words, the Let function establishes the position of the Telefon number in the text relative to the word "Telefon"; the number starts ten characters after the word.

The telefon number is ten characters, including the space; the Middle function extracts ten characters, starting at the location of the previously determined variable Pos.

You can do this either a a calculation field, or script it using the Set Field step.

For other examples, look at text functions in Help.

Matt



On 02/20/2007 11:06:55 "CB" <info (AT) gaeb-online (DOT) de> wrote:

Quote:
The text iŽll copy from the eMail looks like this, the delimiter will be
the =

Vorname = Name Nachname = Name1 Firma = Company Strasse = Street PLZ =
12345 Stadt = City PLZ + Stadt = 12345 City Land = Germnay Staat / Provinz
= Telefon = 0789 12345 Fax = 0789 45678

Reply With Quote
  #7  
Old   
CB
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-21-2007 , 04:21 PM



Thanks Matt - it works fine

Ulrike


Reply With Quote
  #8  
Old   
Amazing Iceman
 
Posts: n/a

Default Re: Import ShareIt Order into filemaker 8.51 - 02-28-2007 , 12:47 AM



I just need someone to help me understand something:

Filemaker 8.51? is that for Windows or MAC? I haven't seen any updates for
8.5 yet, unless I'm not looking in the right place.

Unless he was referring to FM 8.5v1 ?

Thanks,

-Amazing Iceman

"CB" <info (AT) gaeb-online (DOT) de> wrote

Quote:
Hi NG,

i am locking for a plugin or something to import an Order (Text Mail)
from ShareIt into my filemaker 8.51 database. I there a way to do
this?

Thx for any Help

Ulrike




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.