Hello,
I am trying to import data from a CSV file into FileMaker, but the
option "Matching Names" is always grey.
Is there a way, or a different format file that allows me to use
matching names?
The original data was in a Access database (mdb) file and I exported to
CSV in order to be able for filemaker to understand.
Thanks
Thiago
|
|
0
|
|
|
|
Reply
|
thijorge (8)
|
11/21/2005 7:06:14 PM |
|
You need the first row of data in the CSV to be field names before you
can use a matching names option. There is an option at the bottom of
the iimport dialog - don't import the first record (contains field
names). If you check that box then matching names becomes available
|
|
0
|
|
|
|
Reply
|
Dan
|
11/21/2005 7:32:48 PM
|
|
Is that option only available on newer versions of FileMaker?
I am using FileMaker 5 and that bos Don't Import First Record is not on
the Import Dialog, is it located anywhere else for that version?
Thanks
|
|
0
|
|
|
|
Reply
|
Thiago
|
11/21/2005 7:56:14 PM
|
|
In article <1132602974.490499.103270@z14g2000cwz.googlegroups.com>,
thijorge@gmail.com says...
> Is that option only available on newer versions of FileMaker?
Yes.
> I am using FileMaker 5 and that bos Don't Import First Record is not on
> the Import Dialog, is it located anywhere else for that version?
No. You have to either manually remove it ahead of time, or simply
delete the extraneous record after the import in prior versions.
Leaving it in place and deleting it after the fact is handy, as it makes
lining up the import fields easier, and you can even script it to delete
that header row automatically if its an import you perform regularly.
-regards,
Dave
|
|
0
|
|
|
|
Reply
|
42
|
11/21/2005 8:09:12 PM
|
|
I find that exporting from Access to an Excel file then into FM8 is the
most reliable. CSV has problems if there are commas in field data.
With FM8 the import dialog defaults to importing to the current table.
You have to go to the bottom of the list and select Create New Table in
order to import the data to a new table. Maybe FM5 has similar choices
that cause the field names to grey out (I have only ever used FM8).
Michael Paine
Thiago Jorge wrote:
> Is that option only available on newer versions of FileMaker?
> I am using FileMaker 5 and that bos Don't Import First Record is not on
> the Import Dialog, is it located anywhere else for that version?
>
> Thanks
>
|
|
0
|
|
|
|
Reply
|
Michael
|
11/21/2005 8:14:25 PM
|
|
Older versions of FM don't deal directly with Excel. I've also found
that Microsoft products tend to mangle CSVs; Excel csv exports are often
horrid, seemingly using quotes at random, leaving commas out if fields
are blank, etc. I wouldn't be surprised if Access doesn't do a great job
of it either.
For older versions, Access -> Excel -> SYLK -> Filemaker tends to work
well in cases where csv's have problems.
In article <43822aa3$0$12929$afc38c87@news.optusnet.com.au>,
mpaine@tpgi.com.au says...
> I find that exporting from Access to an Excel file then into FM8 is the
> most reliable. CSV has problems if there are commas in field data.
>
> With FM8 the import dialog defaults to importing to the current table.
> You have to go to the bottom of the list and select Create New Table in
> order to import the data to a new table. Maybe FM5 has similar choices
> that cause the field names to grey out (I have only ever used FM8).
> Michael Paine
>
> Thiago Jorge wrote:
>
> > Is that option only available on newer versions of FileMaker?
> > I am using FileMaker 5 and that bos Don't Import First Record is not on
> > the Import Dialog, is it located anywhere else for that version?
> >
> > Thanks
> >
>
|
|
0
|
|
|
|
Reply
|
42
|
11/21/2005 8:33:57 PM
|
|
Another way to import the data is to drop the file on the FileMaker
icon and let it create a new database file with the CSV file. Now you
can use import matching field names because it's 1 FM file to another
FM file.
|
|
0
|
|
|
|
Reply
|
FP
|
11/21/2005 10:26:01 PM
|
|
Thiago Jorge wrote:
> Hello,
>
> I am trying to import data from a CSV file into FileMaker, but the
> option "Matching Names" is always grey.
>
> Is there a way, or a different format file that allows me to use
> matching names?
>
> The original data was in a Access database (mdb) file and I exported to
> CSV in order to be able for filemaker to understand.
>
> Thanks
> Thiago
>
You don't have your field names included in your export from Access.
Try that.
N
|
|
0
|
|
|
|
Reply
|
Bignoel
|
11/21/2005 11:14:32 PM
|
|
The problem is I need to have the field names.
Since the data that comes from access is only part of the data that
FileMaker contains, and the fields are not in the same order.
That is the reason why I need to use the option Matching Fields and
have the field names.
I read somewhere that I could use DIF format, but Access does not
export to that format and when I have the file on Excel to create the
DIF file, I end up loosing the field names.
Any clues??
Thanks so far to all who are trying to help!
|
|
0
|
|
|
|
Reply
|
Thiago
|
11/21/2005 11:41:24 PM
|
|
Thiago Jorge wrote:
> The problem is I need to have the field names.
> Since the data that comes from access is only part of the data that
> FileMaker contains, and the fields are not in the same order.
>
> That is the reason why I need to use the option Matching Fields and
> have the field names.
>
> I read somewhere that I could use DIF format, but Access does not
> export to that format and when I have the file on Excel to create the
> DIF file, I end up loosing the field names.
>
> Any clues??
>
> Thanks so far to all who are trying to help!
>
Hello Thiago:
You mentioned that you are using FileMaker 5.
You might try this:
If your CSV file lacks a first LINE without Field Names, manually create
a listing of the Field Names in an ASCII ONLY utility such as notepad,
wordpad, or perhaps emacs if you are using a Mac.
After saving your file as PLAIN ASCII text with a csv extension, RENAME
yourfile.csv to yourfile.mer ; the .mer extension is recognized by
FileMaker 5.X as a MERGE file which you may import directly via Matching
Field Names.
This has worked for me for some time in FileMaker 5.X.
Opie
----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
|
|
0
|
|
|
|
Reply
|
opie
|
11/22/2005 12:46:44 AM
|
|
Hey Opie, thanks!!
It did work perfectly here!
Thiago
|
|
0
|
|
|
|
Reply
|
Thiago
|
11/22/2005 7:30:19 PM
|
|
Michael Paine <mpaine@tpgi.com.au> wrote:
> I find that exporting from Access to an Excel file then into FM8 is the
> most reliable.
Doing this was perfect with FMP6
with FMP8, and the same XL file, the first row (Titles) is no more
imported...
--
Philippe Manet
|
|
0
|
|
|
|
Reply
|
pmanet
|
11/22/2005 8:56:05 PM
|
|
|
11 Replies
498 Views
(page loaded in 0.124 seconds)
Similiar Articles: Importing data from CSV file - comp.databases.filemakerHello, I am trying to import data from a CSV file into FileMaker, but the option "Matching Names" is always grey. Is there a way, or a different for... importing from a web csv - comp.databases.filemakerI'm new to importing data from a csv file. Here's my scenario; a teacher submits a web form than contains the names of 10 students. I get an email of ... Newbie question: Importing .csv data into Java DB tables - comp ...I am trying to import five simple .csv files into separate Java DB tables using NetBeans 5.5, but I can't seem to do it. This strikes me as something ... How to plot data from a csv file in matlab? - comp.soft-sys.matlab ...how to import data from multiple text files? - comp.soft-sys ... import txt data and plot fft - comp.soft-sys.matlab Hie all, if i had data in text file ... import ... csv ... Help importing many csv files - comp.soft-sys.matlabHow to plot data from a csv file in matlab? - comp.soft-sys.matlab ... Help importing many csv files - comp.soft-sys.matlab How to plot data from a csv file in matlab ... .PRN files vs. .CSV, .TXT, .XLS - comp.soft-sys.sasHello, Currently we are having a discussion of the pros & cons of using .prn files for importing data from Excel files to SAS as compared with other (.csv, .txt, .xls ... reading xls without proc import or changing file type - comp.soft ...... back into sas without using a proc import or changing the file to csv or ... Type - comp ... reading xls without proc import or changing file type ... Import data from ... Creating CSV file from SAS - comp.soft-sys.sasimporting from a web csv - comp.databases.filemaker PROC IMPORT for multiple txt files - comp.soft-sys.sas Import CSV files and create SAS data sets on the fly! | SAS ... CSV report with headers and data in columns - comp.databases ...I've got a picky customer who wants the following: - Export data to a CSV file with field headers in one column and the data in columns 2-6 (each ... import MULTIPLE .txt files in matlab - comp.soft-sys.matlab ...Help importing many csv files - comp.soft-sys.matlab how to import data from multiple text files? - comp.soft-sys ... Help importing many csv files - comp.soft-sys.matlab ... Re: Import delimited (.txt) file -- URGENT PLEASE - comp.soft-sys ...Importing data from CSV file - comp.databases.filemaker Re: Import delimited (.txt) file -- URGENT PLEASE - comp.soft-sys ... import data from txt-File - comp.soft-sys ... how to import data from multiple text files? - comp.soft-sys ...Importing data from CSV file - comp.databases.filemaker Creating CSV file from SAS - comp.soft-sys.sas how to import data from multiple text files? - comp.soft-sys ... Importing From Excel - Access Create Wrong Data Type - comp ...Importing data from CSV file - comp.databases.filemaker I find that exporting from Access to an Excel ... of the list and select Create New Table in order to import the ... How to import excel file containing arabic character? - comp.soft ...CSV files to SAS - comp.soft-sys.sas... for importing data from Excel files to ... Hi SAS Experts, I import CSV files containing date and numerical variables. File extension to force Tab-Delimited Text Import? - comp ...Importing data from CSV file - comp.databases.filemaker After saving your file as PLAIN ASCII text with a csv extension ... Re: Import delimited (.txt) file -- URGENT ... How to Import CSV Files | eHow.comA CSV file (comma separated values) is a way to save data in tables, forms and spreadsheets in a format to be used in other programs or documents. This digital format ... How to Import a CSV File | eHow.comCSV stands for Comma Separated Variables (or Values), and CSV files are data files in a format that you can transfer easily between different programs. You can also ... 7/19/2012 5:55:55 PM
|