Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

exporting to Excel

 
   Database Help (Home) -> FileMaker RSS
Next:  Copy Excel Formula to Access  
Author Message
sovageorge

External


Since: Feb 08, 2008
Posts: 5



(Msg. 1) Posted: Tue Dec 30, 2008 9:04 am
Post subject: exporting to Excel
Archived from groups: comp>databases>filemaker (more info?)

When I export Filemaker records into an Excel spreadsheet it happens
sometimes that the spreadsheet shows blank records (empty rows). The
spreadsheet will contain all Filemaker records in the correct
sequence, but here and there I spot blank records in between otherwise
perfect rows. I can not find that there would be anything unusual
about Filemaker records, but surely there must be a reason why Excel
inserts blank lines.

Does anybody know or run into something similar?

Thanks for any advice

 >> Stay informed about: exporting to Excel 
Back to top
Login to vote
Jens Teich

External


Since: Jan 22, 2008
Posts: 45



(Msg. 2) Posted: Tue Dec 30, 2008 1:25 pm
Post subject: Re: exporting to Excel [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

" " writes:

> When I export Filemaker records into an Excel spreadsheet it happens
> sometimes that the spreadsheet shows blank records (empty rows). The
> spreadsheet will contain all Filemaker records in the correct
> sequence, but here and there I spot blank records in between otherwise
> perfect rows. I can not find that there would be anything unusual
> about Filemaker records, but surely there must be a reason why Excel
> inserts blank lines.
>
> Does anybody know or run into something similar?
>
> Thanks for any advice

Check for linefeeds in textfields.

Jens

--
Free PlugIn for Regular Expressions with FileMaker:
http://jensteich.de/regex-plugin/

 >> Stay informed about: exporting to Excel 
Back to top
Login to vote
Bill

External


Since: Jan 13, 2008
Posts: 45



(Msg. 3) Posted: Tue Dec 30, 2008 1:28 pm
Post subject: Re: exporting to Excel [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
,
" " wrote:

> When I export Filemaker records into an Excel spreadsheet it happens
> sometimes that the spreadsheet shows blank records (empty rows). The
> spreadsheet will contain all Filemaker records in the correct
> sequence, but here and there I spot blank records in between otherwise
> perfect rows. I can not find that there would be anything unusual
> about Filemaker records, but surely there must be a reason why Excel
> inserts blank lines.
>
> Does anybody know or run into something similar?
>
> Thanks for any advice

Carriage returns in text fields will cause that.

--
Bill Collins
For email, change "fake" to "earthlink"
 >> Stay informed about: exporting to Excel 
Back to top
Login to vote
Your Name

External


Since: Nov 04, 2008
Posts: 25



(Msg. 4) Posted: Tue Dec 30, 2008 7:25 pm
Post subject: Re: exporting to Excel [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Bill" wrote in message

> In article
> ,
> " " wrote:
>
> > When I export Filemaker records into an Excel spreadsheet it happens
> > sometimes that the spreadsheet shows blank records (empty rows). The
> > spreadsheet will contain all Filemaker records in the correct
> > sequence, but here and there I spot blank records in between otherwise
> > perfect rows. I can not find that there would be anything unusual
> > about Filemaker records, but surely there must be a reason why Excel
> > inserts blank lines.
> >
> > Does anybody know or run into something similar?
> >
> > Thanks for any advice
>
> Carriage returns in text fields will cause that.

I'm not totally sure about "exporting to Excel", but FileMaker's export
options can't export a carriage return since that used to separate each
record. In all the export formats I deal with a carriage return within a
Text field is changed to a vertical tab, which doesn't even show up when
imported into Excel (depedning on the export format, Excel may display a
small "unknown character" symbol).

Having said that, I did try exporting to the WKS format that my version of
FileMaker has. When opened / imported back into FileMaker (creating a new
database), blank records did show up, so it could be a fault in FileMaker or
a fault in Excel. These blank records did not show up using other formats.

You're probably better to export to a normal Tab-delimited file and then
import that into Excel. If blank rows are still showing up then the two most
obvious options are:

- there are blank records being exported,
or - not all fields are being exported, and those that are contain no data
for those records.

Helpful Harry
 >> Stay informed about: exporting to Excel 
Back to top
Login to vote
Bill

External


Since: Jan 13, 2008
Posts: 45



(Msg. 5) Posted: Wed Dec 31, 2008 12:45 am
Post subject: Re: exporting to Excel [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
"Your Name" wrote:

> "Bill" wrote in message
>
> > In article
> > ,
> > " " wrote:
> >
> > > When I export Filemaker records into an Excel spreadsheet it happens
> > > sometimes that the spreadsheet shows blank records (empty rows). The
> > > spreadsheet will contain all Filemaker records in the correct
> > > sequence, but here and there I spot blank records in between otherwise
> > > perfect rows. I can not find that there would be anything unusual
> > > about Filemaker records, but surely there must be a reason why Excel
> > > inserts blank lines.
> > >
> > > Does anybody know or run into something similar?
> > >
> > > Thanks for any advice
> >
> > Carriage returns in text fields will cause that.
>
> I'm not totally sure about "exporting to Excel", but FileMaker's export
> options can't export a carriage return since that used to separate each
> record. In all the export formats I deal with a carriage return within a
> Text field is changed to a vertical tab, which doesn't even show up when
> imported into Excel (depedning on the export format, Excel may display a
> small "unknown character" symbol).
>
> Having said that, I did try exporting to the WKS format that my version of
> FileMaker has. When opened / imported back into FileMaker (creating a new
> database), blank records did show up, so it could be a fault in FileMaker or
> a fault in Excel. These blank records did not show up using other formats.
>
> You're probably better to export to a normal Tab-delimited file and then
> import that into Excel. If blank rows are still showing up then the two most
> obvious options are:
>
> - there are blank records being exported,
> or - not all fields are being exported, and those that are contain no data
> for those records.
>
> Helpful Harry

As usual, Helpful Harry is right. I just ran a test Export to Excel
using Filemaker 9, and a carriage return in a text field did not produce
a new record in Excel, but rather a vertical tab.

--
Bill Collins
For email, change "fake" to "earthlink"
 >> Stay informed about: exporting to Excel 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
export or save layout data to excel - I am having a problem saving or exporting data from a layout to an excel file. The data is correct on the screen but when I save it to an excel file, two of the four unstored, calculated fields are saved as a 0 or null. Any suggestions?

How toCopy data from Table 1 to Table 2 via scipt - Hi all, I would like to copy Table 1, Field 1 to Table 2, Field 2 via a script in FMP7. I have tried using Set Field steps and various others, but it won't copy I am in Layout 1, Table 1, Record 6 and run a script that switches to Layout 2 and creates ...

A cautionary tale of Databases and Assumptions. - More of a F.Y.I. anecdote than request for assistance. Thought the platform is not significant to the story, it is running on V6 on Windows XP. My database had been performing flawlessly for about 2 years. Suddenly, last week, it broke. The solution..

Partial Line Problem in Reports - When printing reports with summary "parts", occasionally one of the fields appears to "slip down", printing only the upper part of the field. Or not at all. All the fields are alligned properly. Any solutions?

fmp-link cdml fmp6 - I have a format page that lists students info. On that page, there is a field with various MiniTeams. How do I code the page so that when I click on one of the MiniTeams, it finds all instances of that MiniTeam and displays it on another results page? ..
   Database Help (Home) -> FileMaker All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]