Title: Quotes causing issues
Last modified: August 6, 2020

---

# Quotes causing issues

 *  Resolved [rcantwell](https://wordpress.org/support/users/rcantwell/)
 * (@rcantwell)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/quotes-causing-issues/)
 * Hi,
 * I have a scheduled task which runs each day at 2 and FTPs a .csv file to a destination.
   All works great!
 * Only thing is that some quotes (both single and double) that appear in one of
   the fields (Postal address) causes issues in the CRM the .csv is uploaded to?
 * I can’t seen anywhere in the settings where i can escape fields – can anyone 
   help?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/quotes-causing-issues/#post-13218277)
 * hi
 * Do you want to remove all quotes from the export ?
 * can you share sample file which breaks CRM ?
    via [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)
 * thanks, Alex
 *  Thread Starter [rcantwell](https://wordpress.org/support/users/rcantwell/)
 * (@rcantwell)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/quotes-causing-issues/#post-13218331)
 * Thanks Alex – i’ve just submitted that ticket there via [https://algolplus.freshdesk.com/](https://algolplus.freshdesk.com/)–
   thanks for your help
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/quotes-causing-issues/#post-13235268)
 * Actually, comma (even inside quotes) breaks import to CRM.
 * it’s not the error, but I provided this code ( should be added to “Misc Settings”)
 *     ```
       add_filter("woe_fetch_order_data", function($rows) {
         foreach($rows as $i=>$row)
           foreach($row as $j=>$value)
             $rows[$i][$j] = preg_replace("/[^A-Za-z0-9?![:space:]]/","",$value);
         return $rows;
       });
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Quotes causing issues’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/quotes-causing-issues/#post-13235268)
 * Status: resolved