How to change data in .csv

Hello everyone,

I'm currently working on a project where I need to fetch data in a specific manner:

1' E81 116i 1.6 N43, 123d N47S, 130i N52N, 120d N47...
1' E87 120i N46, 120d M47N2, 118i N46, 118d M47N2, 116i N45, 130i N52

However, I've encountered some issues and am unsure how to proceed. Could someone please guide me on how to correctly fetch data using the this method? Any tips or advice on troubleshooting or fixing this would be greatly appreciated.

Thanks in advance for your help!

website: https://etkbmw.cc/pl/bmw/parts/83192210337/appliance
screenshot: Przechwytywanie.PNG - Google Drive
screenshot2: Przechwytywanie2.PNG - Google Drive

sitemap:
{"_id":"dzieki","startUrl":["https://etkbmw.cc/pl/bmw/cars/E90/Lim/BMW+316i+model+50487/ECE/51"],"selectors":[{"id":"kategorie","parentSelectors":["_root"],"type":"SelectorLink","selector":"a.part-group-illustrations__item","multiple":true,"linkType":"linkFromHref"},{"id":"numerczesci","parentSelectors":["kategorie"],"type":"SelectorLink","selector":"h5 a","multiple":true,"linkType":"linkFromHref"},{"id":"zamienne","parentSelectors":["numerczesci"],"type":"SelectorGroup","selector":"a.link","extractAttribute":""},{"id":"urzadzenie","parentSelectors":["numerczesci"],"type":"SelectorLink","selector":".nav li:nth-of-type(2) a","multiple":false,"linkType":"linkFromHref"},{"id":"modele","parentSelectors":["urzadzenie"],"type":"SelectorText","selector":"div#generalInfo","multiple":false,"regex":""}]}

you should not use TEXT to extract model list...
Use grouped selector
And try to use Excel instead of CSV format

I've tried what you wrote, however, the program unnecessarily adds "/n" - I'm not sure why. The program seems to be formatting the data strangely.

screenshot: Przechwytywanie22.PNG - Google Drive