Results 1 to 9 of 9

Thread: Special characters in custom fields when importing

  1. #1
    Thread Starter
    Expired Customer bitness's Avatar
    Join Date
    Nov 2013
    Location
    Argentina
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Special characters in custom fields when importing

    Hello I have trouble calling my custom fields with special characters .
    To avoid errors and the data using csv import is successful , I call the fields without any special characters .
    The problem is that my language is Spanish and I have to.
    For example , a field is "Año" (Year), but if I call it fails me .

    In resume ( to avoid error) :

    1) In the custom field call Anio .

    2) In the file " functions.php " appears so

    myown_custom_csv_fields function ($ args)
    {

    $ args [' custom_fields '] [' anio '] = array (' internal_key ' = > ' app_anio ');

    return $ args ;
    }

    add_filter ( ' va_csv_importer_args ', ' myown_custom_csv_fields ');

    3) in my .csv file appears so

    "title" , "author" , "date" , "status", "address" , "lat" , "lng ", " listing_category " , "attachments ", "anio"

    "The intrepid - Fabriciano ( Argentina )", " admin" , " 15/01/2014 10:48:56 " , "publish ", " Frondizi 55 , Resistencia , Chaco, Argentina ", " -27.437196 ", " -58.980025 " " Artist , David Abt, Material "," http://www.museoacieloabierto.org/wp.../2014/01/1.jpg "," 1993 "


    The question is: How can I do to get that field label (in the detail page of the business) is shown with special characters?

  2. #2
    Thread Starter
    Expired Customer bitness's Avatar
    Join Date
    Nov 2013
    Location
    Argentina
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    red20me's Avatar
    Join Date
    Jul 2013
    Location
    United Kingdom
    Posts
    473
    Thanks
    1
    Thanked 104 Times in 93 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    Expired Customer bitness's Avatar
    Join Date
    Nov 2013
    Location
    Argentina
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Expired Customer bitness's Avatar
    Join Date
    Nov 2013
    Location
    Argentina
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,617
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    Thread Starter
    Expired Customer bitness's Avatar
    Join Date
    Nov 2013
    Location
    Argentina
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  8. #8
    Thread Starter
    Expired Customer bitness's Avatar
    Join Date
    Nov 2013
    Location
    Argentina
    Posts
    16
    Thanks
    1
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  9. #9
    red20me's Avatar
    Join Date
    Jul 2013
    Location
    United Kingdom
    Posts
    473
    Thanks
    1
    Thanked 104 Times in 93 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with special characters in tags
    By fabo in forum Report JobRoller Bugs
    Replies: 9
    Last Post: April 14th, 2014, 07:15 AM
  2. Dimitris Problem with importer and special characters
    By bra1nsoft in forum Help Using ClassiPress
    Replies: 12
    Last Post: May 6th, 2013, 11:27 AM
  3. Limit characters of custom fields?
    By j_hewitt in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 14th, 2013, 07:05 AM
  4. Help whit special characters! ita
    By kappa275 in forum Help Using ClassiPress
    Replies: 2
    Last Post: September 25th, 2011, 10:45 AM
  5. Ads URL containing Special Characters (Russian for example) - HELP!
    By alexuz0751 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: March 3rd, 2011, 05:29 PM