Export cvs for excel
Posted: 04 December 2007 04:00 AM   [ Ignore ]
Newbie
Rank
Total Posts:  26
Joined  2007-03-15

I have just been trying to export some of the data collected through Freeform for use in Excel. Unfortunately some of the entries contain line breaks between paragraphs which causes a new line in Excel rather than single cells containing multiple paragraphs of text.

Is there anyway to get around this problem?

cheers Kenny

Profile
 
 
Posted: 07 December 2007 07:59 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

How are you currently exporting the entries?

Anyways, what seems to really work is the SQL Manager:

CP Home › Admin › Utilities › SQL Manager › Database Query Form › exp_freeform_entries › Query Result

Highlight the page, copy and paste into Excel… it seems to get it right. smile

 Signature 
Profile
 
 
Posted: 10 January 2008 03:42 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  2
Joined  2007-06-20

Hi,

I’m also having the same problem.

A field that contains embedded line-breaks must be surrounded by double-quotes so I’m thinking this will take some tweaking to the Freeform code?

Don’t you just love Excel!!!

Cheers,

Dave.

Profile
 
 
Posted: 10 January 2008 07:14 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

How are you exporting the entries?

 Signature 
Profile
 
 
Posted: 24 July 2008 02:24 PM   [ Ignore ]   [ # 4 ]
Member
Avatar
RankRankRank
Total Posts:  55
Joined  2006-09-11

I’m having the same issue. Some fields are collections of checkbox data, and each line looks like it has a line break after it, which is hosing the output in Excel. I am certainly not going to instruct my client to go browsing DB tables with the SQL manager when there is an export button available. Might there be a simple hack that I can apply to the export function, or should I just go with the CSVee plugin from a third party? Anyone have any thoughts one way or the other?

Profile
 
 
Posted: 01 August 2008 04:43 AM   [ Ignore ]   [ # 5 ]
Newbie
Rank
Total Posts:  2
Joined  2007-07-24

+1 on this issue - for multiple clients / websites.

I’ve resorted to CSVee for now.

Profile
 
 
Posted: 13 August 2008 01:12 PM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  3
Joined  2008-08-13

I too am having this issue.

It seems that when someone submits a comment thru the form, it’s inserting a linebreak into the database which, in turn, throws a line break into the CSV file and throws off excel.

Is there a way to NOT have line breaks in the form convert to line breaks (ie..\n) in the database?

Thanks

Profile
 
 
Posted: 14 August 2008 06:48 AM   [ Ignore ]   [ # 7 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3356
Joined  2006-10-18

We are looking into this for the next release of Freeform smile

 Signature 
Profile
 
 
Posted: 14 August 2008 11:19 AM   [ Ignore ]   [ # 8 ]
Newbie
Rank
Total Posts:  3
Joined  2008-08-13

Thanks for the reply and I look forward to the next version!

Profile