Unfortunately…: No. CSV format, by it’s nature, requires at very least a separating character to distinguish between columns of data. This is bolstered by use of delimiting tokens, so that chances of misinterpretation of column boundaries is less likely.
May I ask why you would want no separation between columns?
I guess it’s in the name - CSV - isn’t it? (Slaps head). What I’m trying to achieve is a comma or tab between records, but no other characters around each record…
Is there a way to filter the data by field? For example, I’m trying to pull entries from Freeform but I want to limit it to a certain form on the site. I tried using the WHERE clause, but that makes the plugin throw an error.
This is the most bizarre thing ever. I just revisited this issue today and the exact same code that I pasted above worked this time! I don’t know what was different, but it works flawlessly. Thanks for your help butcher!
Great plugin Daniel. Thanks for sharing it. It’s been really useful.
I wonder if you could help me. I am using the code below to get member info and one member custom field from certain member groups. My problem is that I am getting results from all member groups not just the pipe delimited selected group_ids.
{exp:csvee group_id="1|6|9" query="SELECT m.screen_name, m.username, m.group_id, m.join_date, d.m_field_id_1 FROM exp_members AS m LEFT JOIN exp_member_data AS d ON d.member_id = m.member_id" filename="ggp-subscribers-list.csv"}
Also do you know if its possible to format the display of m.join_date to read as a date rather than the amount of seconds from 1970, the start of the unix epoch, ala “1202917350”?
In case someone’s trolling here with the same question posted by Brian M. earlier in this thread regarding multi-select fields in Freeform and export weirdness because each value is on a separate line, I came across that very thing today.
I checked in the Solspace forum, and someone did post an answer on how to fix it in Freeform. It’s very easy and it does work!
In mod.freeform.php search for this: (about line 850 in version 2.6.5)
// If the field is a multi-select field, then handle it as such.
Great plugin, one of the best and just what I needed!
Although, I’m having problems with the character encoding, but I’m not sure if it’s on Excels side.
Opening the .csv-file using a text editor, I get this