Title: Custom separator for line data
Last modified: November 24, 2021

---

# Custom separator for line data

 *  Resolved [DensitySK](https://wordpress.org/support/users/densitysk/)
 * (@densitysk)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/custom-separator-for-line-data/)
 * HI,
 * How can I replace the default “,” separator between multiple items with a “|”
   separator,
 * In particular I want to use it only on the following columns in the CSV export
   >
 * Note Content Note Date Note Visibility Note User Name Note User Email
 * For example the columnt Note Visibility has following data
    private,private,private,
   private
 * I want it to be
    private|private|private|private
 * This is especially needed for me in the Note Content columnt, since it contains
   a lot of sentences, that do contain regular “,” symbol. I want to avoid the export
   to treat it like it is supposed to be the next data column.
 * Regards

Viewing 1 replies (of 1 total)

 *  Plugin Author [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * (@wpallimport)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/custom-separator-for-line-data/#post-15119337)
 * Hi [@densitysk](https://wordpress.org/support/users/densitysk/),
 * You can use the wp_all_export_implode_delimiter hook to change the default separator:
   [https://www.wpallimport.com/documentation/advanced/action-reference/#wp_all_export_implode_delimiter](https://www.wpallimport.com/documentation/advanced/action-reference/#wp_all_export_implode_delimiter).

Viewing 1 replies (of 1 total)

The topic ‘Custom separator for line data’ is closed to new replies.

 * ![](https://ps.w.org/wp-all-export/assets/icon-256x256.png?rev=2570162)
 * [WP All Export – Drag & Drop Export to Any Custom CSV, XML & Excel](https://wordpress.org/plugins/wp-all-export/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-all-export/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-all-export/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-all-export/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-all-export/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-all-export/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [WP All Import](https://wordpress.org/support/users/wpallimport/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/custom-separator-for-line-data/#post-15119337)
 * Status: resolved