Import of Continuous text

Dear AtroCore users,
I need your help importing descriptions.
I have a .CSV file with the following structure

|SKU | Product Description|
|007 | Produktbeschreibung#kWh: 500#Hubraum 500ccm# |

Dear AtroCore users,
I need your help importing descriptions.
I have a .CSV file with the following structure

Now I would like to import the product description as continuous text. The hash symbol “#” should be interpreted as a paragraph. How do you solve a problem like this?

What I want to get, is following:

kWh: 500
Hubraum 500ccm |

Hello,

To create text line breaks in the line of text, you can use the tag < br > .
But if you have the Synchronization module, it provides the ability to add scripts to import feeds. Then you can replace # to < br > using script.
If you do not have the module, you will have to do replacement of each character directly in the importing file.