Callemann
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms - Update Post] Updated & maintained alternative to this pluginThanks to Bozz for posting link. This solved my case.
Forum: Plugins
In reply to: [Gravity Forms Directory] bug in anchor linking with 3.6.3Thanks for this solution, worked perfect for me.
Just wonder if this will be solved in an update of “Gravity Forms Directory” later?
Forum: Plugins
In reply to: [Import and export users and customers] Note-field containing commaPerfect !
Version 1.1.4 does the job.Thanks for great support !
Calle
🙂Forum: Plugins
In reply to: [Import and export users and customers] Note-field containing commaRemoved line 90 with a comment, and it WORKS now.
see:
$data = str_getcsv ( $fdata , $delimiter); // $data = $data[0]; foreach ($data as $key => $value) { $data[$key] = trim($value);}
Thanks 🙂Forum: Plugins
In reply to: [Import and export users and customers] Note-field containing commaTried the latest version, but now i get:
“First row represents the form of sheet
Warning: Invalid argument supplied for foreach() in /home/54/w181302/test/wp-content/plugins/import-users-from-csv-with-meta/import-users-from-csv-with-meta.php on line 92
File must contain at least 3 columns: username, password and email”Tried With both ; and , as delimiters
And tried UTF-8 and ANSI format.Please help 🙂
Forum: Plugins
In reply to: [Import and export users and customers] Note-field containing commasample csv file in your mail now…
Forum: Plugins
In reply to: [Import and export users and customers] Note-field containing commaThe Field “TEST,MORE,LINE2,maybemor,,,,end of note.”
I need some way of import the character ‘,’ (COMMA) inside a filed
Would be a great solution if you accept text enclosed With “
like “this is a text” and Count this as ONE field.I would like you to strip of the enclosing “”